xref: /linux/Documentation/devicetree/bindings/mfd/ti-keystone-devctrl.txt (revision 664b0bae0b87f69bc9deb098f5e0158b9cf18e04)
160fd011bSIvan Khoronzhuk* Device tree bindings for Texas Instruments keystone device state control
260fd011bSIvan Khoronzhuk
360fd011bSIvan KhoronzhukThe Keystone II devices have a set of registers that are used to control
460fd011bSIvan Khoronzhukthe status of its peripherals. This node is intended to allow access to
560fd011bSIvan Khoronzhukthis functionality.
660fd011bSIvan Khoronzhuk
760fd011bSIvan KhoronzhukRequired properties:
860fd011bSIvan Khoronzhuk
960fd011bSIvan Khoronzhuk- compatible:		"ti,keystone-devctrl", "syscon"
1060fd011bSIvan Khoronzhuk
1160fd011bSIvan Khoronzhuk- reg:			contains offset/length value for device state control
1260fd011bSIvan Khoronzhuk			registers space.
1360fd011bSIvan Khoronzhuk
1460fd011bSIvan KhoronzhukExample:
1560fd011bSIvan Khoronzhuk
16*4c9847b7SMathieu Malaterredevctrl: device-state-control@02620000 {
1760fd011bSIvan Khoronzhuk	compatible = "ti,keystone-devctrl", "syscon";
1860fd011bSIvan Khoronzhuk	reg = <0x02620000 0x1000>;
1960fd011bSIvan Khoronzhuk};
20