ti-keystone-devctrl.txt 527 B

12345678910111213141516171819
  1. * Device tree bindings for Texas Instruments keystone device state control
  2. The Keystone II devices have a set of registers that are used to control
  3. the status of its peripherals. This node is intended to allow access to
  4. this functionality.
  5. Required properties:
  6. - compatible: "ti,keystone-devctrl", "syscon"
  7. - reg: contains offset/length value for device state control
  8. registers space.
  9. Example:
  10. devctrl: device-state-control@0x02620000 {
  11. compatible = "ti,keystone-devctrl", "syscon";
  12. reg = <0x02620000 0x1000>;
  13. };