Commit 3893d1bf authored by Emil Renner Berthing's avatar Emil Renner Berthing Committed by Drew Fustini
Browse files

riscv: dts: thead: Add Lichee Pi 4M GPIO line names



Add names for the GPIO00-GPIO14 lines of the SO-DIMM module.

Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Tested-by: default avatarThomas Bonnefille <thomas.bonnefille@bootlin.com>
Signed-off-by: default avatarEmil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: default avatarDrew Fustini <dfustini@tenstorrent.com>
parent 33d3a63f
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
@@ -25,6 +25,12 @@ &osc_32k {
	clock-frequency = <32768>;
};

&aogpio {
	gpio-line-names = "", "", "",
			  "GPIO00",
			  "GPIO04";
};

&dmac0 {
	status = "okay";
};
@@ -39,6 +45,39 @@ &emmc {
	status = "okay";
};

&gpio0 {
	gpio-line-names = "", "", "", "", "", "", "", "", "", "",
			  "", "", "", "", "", "", "", "", "", "",
			  "", "", "", "",
			  "GPIO07",
			  "GPIO08",
			  "",
			  "GPIO01",
			  "GPIO02";
};

&gpio1 {
	gpio-line-names = "", "", "",
			  "GPIO11",
			  "GPIO12",
			  "GPIO13",
			  "GPIO14",
			  "", "", "", "", "", "", "", "", "", "",
			  "", "", "", "", "",
			  "GPIO06";
};

&gpio2 {
	gpio-line-names = "GPIO03",
			  "GPIO05";
};

&gpio3 {
	gpio-line-names = "", "",
			  "GPIO09",
			  "GPIO10";
};

&sdio0 {
	bus-width = <4>;
	max-frequency = <198000000>;