提交 08fa198d 编写于 作者: A Andrew F. Davis 提交者: Santosh Shilimkar

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: NAndrew F. Davis <afd@ti.com>
Signed-off-by: NSuman Anna <s-anna@ti.com>
Signed-off-by: NSantosh Shilimkar <ssantosh@kernel.org>
上级 64497844
...@@ -83,6 +83,11 @@ ...@@ -83,6 +83,11 @@
pinctrl-single,function-mask = <0x001b0007>; pinctrl-single,function-mask = <0x001b0007>;
}; };
devctrl: device-state-control@02620000 {
compatible = "ti,keystone-devctrl", "syscon";
reg = <0x02620000 0x1000>;
};
uart0: serial@02530c00 { uart0: serial@02530c00 {
compatible = "ns16550a"; compatible = "ns16550a";
current-speed = <115200>; current-speed = <115200>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册