Back to home page

OSCL-LXR

 
 

    


0001 * Device tree bindings for Texas Instruments keystone device state control
0002 
0003 The Keystone II devices have a set of registers that are used to control
0004 the status of its peripherals. This node is intended to allow access to
0005 this functionality.
0006 
0007 Required properties:
0008 
0009 - compatible:           "ti,keystone-devctrl", "syscon"
0010 
0011 - reg:                  contains offset/length value for device state control
0012                         registers space.
0013 
0014 Example:
0015 
0016 devctrl: device-state-control@02620000 {
0017         compatible = "ti,keystone-devctrl", "syscon";
0018         reg = <0x02620000 0x1000>;
0019 };