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 v3.9-rc8 32 lines 655 B view raw
1/* The pxa3xx skeleton simply augments the 2xx version */ 2/include/ "pxa2xx.dtsi" 3 4/ { 5 model = "Marvell PXA3xx familiy SoC"; 6 compatible = "marvell,pxa3xx"; 7 8 pxabus { 9 pwri2c: i2c@40f500c0 { 10 compatible = "mrvl,pwri2c"; 11 reg = <0x40f500c0 0x30>; 12 interrupts = <6>; 13 #address-cells = <0x1>; 14 #size-cells = <0>; 15 status = "disabled"; 16 }; 17 18 nand0: nand@43100000 { 19 compatible = "marvell,pxa3xx-nand"; 20 reg = <0x43100000 90>; 21 interrupts = <45>; 22 #address-cells = <1>; 23 #size-cells = <1>; 24 status = "disabled"; 25 }; 26 27 pxairq: interrupt-controller@40d00000 { 28 marvell,intc-priority; 29 marvell,intc-nr-irqs = <56>; 30 }; 31 }; 32};