18c2ecf20Sopenharmony_ciPXA3xx GCU Controller
28c2ecf20Sopenharmony_ci---------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci - compatible : "marvell,pxa300-gcu"
68c2ecf20Sopenharmony_ci - reg : should contain the register range (address and length).
78c2ecf20Sopenharmony_ci - interrupts : Controller interrupt.
88c2ecf20Sopenharmony_ci - clocks: phandle to the PXA specific input clock.
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciExample for PXA300:
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci	display-controller@54000000 {
138c2ecf20Sopenharmony_ci		compatible = "marvell,pxa300-gcu";
148c2ecf20Sopenharmony_ci		reg = <0x54000000 0x1000>;
158c2ecf20Sopenharmony_ci		interrupts = <39>;
168c2ecf20Sopenharmony_ci		clocks = <&clks CLK_PXA300_GCU>;
178c2ecf20Sopenharmony_ci	};
18