Skip to content

Commit 4a267b5

Browse files
committed
riscv: dts: sophgo: Add pinctrl support for SG2044
Add pinctrl DT node and configuration for SG2044. Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
1 parent 2985271 commit 4a267b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/riscv/boot/dts/sophgo/sg2044.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@
325325
reg = <0x70 0x50000000 0x0 0x1000>;
326326
};
327327

328+
pinctrl: pinctrl@7050001000 {
329+
compatible = "sophgo,sg2044-pinctrl";
330+
reg = <0x70 0x50001000 0x0 0x1000>;
331+
};
332+
328333
clk: clock-controller@7050002000 {
329334
compatible = "sophgo,sg2044-clk";
330335
reg = <0x70 0x50002000 0x0 0x1000>;

0 commit comments

Comments
 (0)