xref: /freebsd/sys/contrib/device-tree/Bindings/display/marvell,pxa300-gcu.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotPXA3xx GCU Controller
2*c66ec88fSEmmanuel Vadot---------------------
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotRequired properties:
5*c66ec88fSEmmanuel Vadot - compatible : "marvell,pxa300-gcu"
6*c66ec88fSEmmanuel Vadot - reg : should contain the register range (address and length).
7*c66ec88fSEmmanuel Vadot - interrupts : Controller interrupt.
8*c66ec88fSEmmanuel Vadot - clocks: phandle to the PXA specific input clock.
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel VadotExample for PXA300:
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadot	display-controller@54000000 {
13*c66ec88fSEmmanuel Vadot		compatible = "marvell,pxa300-gcu";
14*c66ec88fSEmmanuel Vadot		reg = <0x54000000 0x1000>;
15*c66ec88fSEmmanuel Vadot		interrupts = <39>;
16*c66ec88fSEmmanuel Vadot		clocks = <&clks CLK_PXA300_GCU>;
17*c66ec88fSEmmanuel Vadot	};
18