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 5147708 commit 03a45e1Copy full SHA for 03a45e1
arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-eb.dts
@@ -67,6 +67,28 @@
67
drive-strength = <6>;
68
bias-disable;
69
};
70
+
71
+ pins_sdio1: pins-sdio1 {
72
+ pinmux = <RZN1_PINMUX(95, RZN1_FUNC_SDIO)>,
73
+ <RZN1_PINMUX(97, RZN1_FUNC_SDIO)>,
74
+ <RZN1_PINMUX(98, RZN1_FUNC_SDIO)>,
75
+ <RZN1_PINMUX(99, RZN1_FUNC_SDIO)>,
76
+ <RZN1_PINMUX(100, RZN1_FUNC_SDIO)>,
77
+ <RZN1_PINMUX(101, RZN1_FUNC_SDIO_E)>,
78
+ <RZN1_PINMUX(102, RZN1_FUNC_SDIO_E)>;
79
+ };
80
81
+ pins_sdio1_clk: pins-sdio1-clk {
82
+ pinmux = <RZN1_PINMUX(96, RZN1_FUNC_SDIO)>;
83
+ drive-strength = <12>;
84
85
+};
86
87
+&sdio1 {
88
+ pinctrl-0 = <&pins_sdio1>, <&pins_sdio1_clk>;
89
+ pinctrl-names = "default";
90
91
+ status = "okay";
92
93
94
&switch {
0 commit comments