mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
ARM: dts: renesas: r9a06g032-rzn1d400-eb: describe SD card port
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250410071406.9669-6-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
5147708ee8
commit
03a45e17e6
|
|
@ -67,6 +67,28 @@ pins_eth2: pins-eth2 {
|
|||
drive-strength = <6>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pins_sdio1: pins-sdio1 {
|
||||
pinmux = <RZN1_PINMUX(95, RZN1_FUNC_SDIO)>,
|
||||
<RZN1_PINMUX(97, RZN1_FUNC_SDIO)>,
|
||||
<RZN1_PINMUX(98, RZN1_FUNC_SDIO)>,
|
||||
<RZN1_PINMUX(99, RZN1_FUNC_SDIO)>,
|
||||
<RZN1_PINMUX(100, RZN1_FUNC_SDIO)>,
|
||||
<RZN1_PINMUX(101, RZN1_FUNC_SDIO_E)>,
|
||||
<RZN1_PINMUX(102, RZN1_FUNC_SDIO_E)>;
|
||||
};
|
||||
|
||||
pins_sdio1_clk: pins-sdio1-clk {
|
||||
pinmux = <RZN1_PINMUX(96, RZN1_FUNC_SDIO)>;
|
||||
drive-strength = <12>;
|
||||
};
|
||||
};
|
||||
|
||||
&sdio1 {
|
||||
pinctrl-0 = <&pins_sdio1>, <&pins_sdio1_clk>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&switch {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user