Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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