gemini-poweroff.txt 531 B

1234567891011121314151617
  1. * Device-Tree bindings for Cortina Systems Gemini Poweroff
  2. This is a special IP block in the Cortina Gemini SoC that only
  3. deals with different ways to power the system down.
  4. Required properties:
  5. - compatible: should be "cortina,gemini-power-controller"
  6. - reg: should contain the physical memory base and size
  7. - interrupts: should contain the power management interrupt
  8. Example:
  9. power-controller@4b000000 {
  10. compatible = "cortina,gemini-power-controller";
  11. reg = <0x4b000000 0x100>;
  12. interrupts = <26 IRQ_TYPE_EDGE_FALLING>;
  13. };