msm8660-surf.dts 508 B

123456789101112131415161718192021222324
  1. /dts-v1/;
  2. /include/ "skeleton.dtsi"
  3. / {
  4. model = "Qualcomm MSM8660 SURF";
  5. compatible = "qcom,msm8660-surf", "qcom,msm8660";
  6. interrupt-parent = <&intc>;
  7. intc: interrupt-controller@02080000 {
  8. compatible = "qcom,msm-8660-qgic";
  9. interrupt-controller;
  10. #interrupt-cells = <1>;
  11. reg = < 0x02080000 0x1000 >,
  12. < 0x02081000 0x1000 >;
  13. };
  14. serial@19c400000 {
  15. compatible = "qcom,msm-hsuart", "qcom,msm-uart";
  16. reg = <0x19c40000 0x1000>,
  17. <0x19c00000 0x1000>;
  18. interrupts = <195>;
  19. };
  20. };