We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ae148 commit d91d25bCopy full SHA for d91d25b
arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi
@@ -59,6 +59,24 @@
59
<0 RK_PD5 2 &pcfg_pull_up_drv_level_2>;
60
};
61
62
+ fspi {
63
+ /omit-if-no-ref/
64
+ fspi_pins: fspi-pins {
65
+ rockchip,pins =
66
+ /* fspi_clk */
67
+ <1 RK_PA3 3 &pcfg_pull_down>,
68
+ /* fspi_cs0n */
69
+ <0 RK_PD4 3 &pcfg_pull_up>,
70
+ /* fspi_d0 */
71
+ <1 RK_PA0 3 &pcfg_pull_up>,
72
+ /* fspi_d1 */
73
+ <1 RK_PA1 3 &pcfg_pull_up>,
74
+ /* fspi_d2 */
75
+ <0 RK_PD6 3 &pcfg_pull_up>,
76
+ /* fspi_d3 */
77
+ <1 RK_PA2 3 &pcfg_pull_up>;
78
+ };
79
80
i2c0 {
81
/omit-if-no-ref/
82
i2c0_xfer: i2c0-xfer {
0 commit comments