1*c66ec88fSEmmanuel Vadot* Device tree bindings for Texas Instruments keystone device state control 2*c66ec88fSEmmanuel Vadot 3*c66ec88fSEmmanuel VadotThe Keystone II devices have a set of registers that are used to control 4*c66ec88fSEmmanuel Vadotthe status of its peripherals. This node is intended to allow access to 5*c66ec88fSEmmanuel Vadotthis functionality. 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel VadotRequired properties: 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel Vadot- compatible: "ti,keystone-devctrl", "syscon" 10*c66ec88fSEmmanuel Vadot 11*c66ec88fSEmmanuel Vadot- reg: contains offset/length value for device state control 12*c66ec88fSEmmanuel Vadot registers space. 13*c66ec88fSEmmanuel Vadot 14*c66ec88fSEmmanuel VadotExample: 15*c66ec88fSEmmanuel Vadot 16*c66ec88fSEmmanuel Vadotdevctrl: device-state-control@02620000 { 17*c66ec88fSEmmanuel Vadot compatible = "ti,keystone-devctrl", "syscon"; 18*c66ec88fSEmmanuel Vadot reg = <0x02620000 0x1000>; 19*c66ec88fSEmmanuel Vadot}; 20