Skip to content

Commit 08fa198

Browse files
glneoSantoshShilimkar
authored andcommitted
ARM: dts: keystone-k2g: Add device state controller node
Add the device state controller node as a syscon node to the K2G SoC. This module provides similar device control functionality as that on the existing K2 SoCs. One example usage would be the boot address programming of the DSP processor sub-system. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
1 parent 6449784 commit 08fa198

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/keystone-k2g.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
pinctrl-single,function-mask = <0x001b0007>;
8484
};
8585

86+
devctrl: device-state-control@02620000 {
87+
compatible = "ti,keystone-devctrl", "syscon";
88+
reg = <0x02620000 0x1000>;
89+
};
90+
8691
uart0: serial@02530c00 {
8792
compatible = "ns16550a";
8893
current-speed = <115200>;

0 commit comments

Comments
 (0)