提交 0623013c 编写于 作者: S Suman Anna 提交者: Santosh Shilimkar

ARM: dts: keystone-k2e: Add PSC reset controller node

The Power Sleep Controller (PSC) module contains specific
memory-mapped registers that can be used to perform reset
management using specific bits for the DSPs available on the
SoC. The PSC is defined using a syscon node, and the reset
functionality is defined using a child syscon reset controller
node.

Add this syscon reset controller node as well as the reset
control data for the resets it supports for the 66AK2E SoCs.
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>
上级 2ae4dad3
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#include <dt-bindings/reset/ti-syscon.h>
/ { / {
compatible = "ti,k2e", "ti,keystone"; compatible = "ti,k2e", "ti,keystone";
model = "Texas Instruments Keystone 2 Edison SoC"; model = "Texas Instruments Keystone 2 Edison SoC";
...@@ -94,6 +96,17 @@ ...@@ -94,6 +96,17 @@
}; };
}; };
psc: power-sleep-controller@02350000 {
pscrst: reset-controller {
compatible = "ti,k2e-pscrst", "ti,syscon-reset";
#reset-cells = <1>;
ti,reset-bits = <
0xa3c 8 0xa3c 8 0x83c 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 0: dsp0 */
>;
};
};
dspgpio0: keystone_dsp_gpio@02620240 { dspgpio0: keystone_dsp_gpio@02620240 {
compatible = "ti,keystone-dsp-gpio"; compatible = "ti,keystone-dsp-gpio";
gpio-controller; gpio-controller;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册