marvell,pxa300-gcu.txt 437 B

1234567891011121314151617
  1. PXA3xx GCU Controller
  2. ---------------------
  3. Required properties:
  4. - compatible : "marvell,pxa300-gcu"
  5. - reg : should contain the register range (address and length).
  6. - interrupts : Controller interrupt.
  7. - clocks: phandle to the PXA specific input clock.
  8. Example for PXA300:
  9. display-controller@54000000 {
  10. compatible = "marvell,pxa300-gcu";
  11. reg = <0x54000000 0x1000>;
  12. interrupts = <39>;
  13. clocks = <&clks CLK_PXA300_GCU>;
  14. };