blob: 71a1f5963936b855d2ec7fc195e754cf5ad6ec02 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001* Device tree bindings for Texas Instruments keystone device state control
2
3The Keystone II devices have a set of registers that are used to control
4the status of its peripherals. This node is intended to allow access to
5this functionality.
6
7Required properties:
8
9- compatible: "ti,keystone-devctrl", "syscon"
10
11- reg: contains offset/length value for device state control
12 registers space.
13
14Example:
15
16devctrl: device-state-control@02620000 {
17 compatible = "ti,keystone-devctrl", "syscon";
18 reg = <0x02620000 0x1000>;
19};