Back to home page

OSCL-LXR

 
 

    


0001 PXA3xx GCU Controller
0002 ---------------------
0003 
0004 Required properties:
0005  - compatible : "marvell,pxa300-gcu"
0006  - reg : should contain the register range (address and length).
0007  - interrupts : Controller interrupt.
0008  - clocks: phandle to the PXA specific input clock.
0009 
0010 Example for PXA300:
0011 
0012         display-controller@54000000 {
0013                 compatible = "marvell,pxa300-gcu";
0014                 reg = <0x54000000 0x1000>;
0015                 interrupts = <39>;
0016                 clocks = <&clks CLK_PXA300_GCU>;
0017         };