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.7-rc2 41 lines 903 B view raw
1/dts-v1/; 2 3/include/ "skeleton.dtsi" 4 5/ { 6 model = "Qualcomm MSM8660 SURF"; 7 compatible = "qcom,msm8660-surf", "qcom,msm8660"; 8 interrupt-parent = <&intc>; 9 10 intc: interrupt-controller@2080000 { 11 compatible = "qcom,msm-8660-qgic"; 12 interrupt-controller; 13 #interrupt-cells = <3>; 14 reg = < 0x02080000 0x1000 >, 15 < 0x02081000 0x1000 >; 16 }; 17 18 timer@2000004 { 19 compatible = "qcom,msm-gpt", "qcom,msm-timer"; 20 interrupts = <1 1 0x301>; 21 reg = <0x02000004 0x10>; 22 clock-frequency = <32768>; 23 cpu-offset = <0x40000>; 24 }; 25 26 timer@2000024 { 27 compatible = "qcom,msm-dgt", "qcom,msm-timer"; 28 interrupts = <1 0 0x301>; 29 reg = <0x02000024 0x10>, 30 <0x02000034 0x4>; 31 clock-frequency = <6750000>; 32 cpu-offset = <0x40000>; 33 }; 34 35 serial@19c400000 { 36 compatible = "qcom,msm-hsuart", "qcom,msm-uart"; 37 reg = <0x19c40000 0x1000>, 38 <0x19c00000 0x1000>; 39 interrupts = <0 195 0x0>; 40 }; 41};