summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/keystone-k2g.dtsi
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-08-31 22:29:59 +0200
committerSantosh Shilimkar <ssantosh@kernel.org>2016-08-31 22:29:59 +0200
commit08fa198ded16cb0ec573c10f2f4a8523b319b2c6 (patch)
tree22220918f525ff972cba3f3864671aaa25e9e72c /arch/arm/boot/dts/keystone-k2g.dtsi
parentARM: dts: keystone: specify usb mode explicitly (diff)
downloadlinux-08fa198ded16cb0ec573c10f2f4a8523b319b2c6.tar.xz
linux-08fa198ded16cb0ec573c10f2f4a8523b319b2c6.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2g.dtsi')
-rw-r--r--arch/arm/boot/dts/keystone-k2g.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
index 3372615b885c..fe17dc402a23 100644
--- a/arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/keystone-k2g.dtsi
@@ -83,6 +83,11 @@
pinctrl-single,function-mask = <0x001b0007>;
};
+ devctrl: device-state-control@02620000 {
+ compatible = "ti,keystone-devctrl", "syscon";
+ reg = <0x02620000 0x1000>;
+ };
+
uart0: serial@02530c00 {
compatible = "ns16550a";
current-speed = <115200>;