Skip to content

Commit 03a45e1

Browse files
Wolfram Sanggeertu
authored andcommitted
ARM: dts: renesas: r9a06g032-rzn1d400-eb: describe SD card port
Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 5147708 commit 03a45e1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-eb.dts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,28 @@
6767
drive-strength = <6>;
6868
bias-disable;
6969
};
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";
7092
};
7193

7294
&switch {

0 commit comments

Comments
 (0)