arm/dt: msm-copper: Device tree source file for MSM Copper
Initial device tree source file with interrupt controller Change-Id: I22b42795925f4bd57d94b6bb3a7595dbd06108ba Signed-off-by: Sathish Ambley <sambley@codeaurora.org>
This commit is contained in:
17
arch/arm/boot/dts/msmcopper.dts
Normal file
17
arch/arm/boot/dts/msmcopper.dts
Normal file
@@ -0,0 +1,17 @@
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "skeleton.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm MSM Copper";
|
||||
compatible = "qcom,msmcopper-sim", "qcom,msmcopper";
|
||||
interrupt-parent = <&intc>;
|
||||
|
||||
intc: interrupt-controller@F9000000 {
|
||||
compatible = "qcom,msm-qgic2";
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <1>;
|
||||
reg = <0xF9000000 0x1000>,
|
||||
<0xF9002000 0x1000>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user