qcom-msm8660-surf.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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@2080000 {
  8. compatible = "qcom,msm-8660-qgic";
  9. interrupt-controller;
  10. #interrupt-cells = <3>;
  11. reg = < 0x02080000 0x1000 >,
  12. < 0x02081000 0x1000 >;
  13. };
  14. timer@2000000 {
  15. compatible = "qcom,scss-timer", "qcom,msm-timer";
  16. interrupts = <1 0 0x301>,
  17. <1 1 0x301>,
  18. <1 2 0x301>;
  19. reg = <0x02000000 0x100>;
  20. clock-frequency = <27000000>,
  21. <32768>;
  22. cpu-offset = <0x40000>;
  23. };
  24. msmgpio: gpio@800000 {
  25. compatible = "qcom,msm-gpio";
  26. reg = <0x00800000 0x1000>;
  27. gpio-controller;
  28. #gpio-cells = <2>;
  29. ngpio = <173>;
  30. interrupts = <0 32 0x4>;
  31. interrupt-controller;
  32. #interrupt-cells = <2>;
  33. };
  34. serial@19c40000 {
  35. compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
  36. reg = <0x19c40000 0x1000>,
  37. <0x19c00000 0x1000>;
  38. interrupts = <0 195 0x0>;
  39. };
  40. qcom,ssbi@500000 {
  41. compatible = "qcom,ssbi";
  42. reg = <0x500000 0x1000>;
  43. qcom,controller-type = "pmic-arbiter";
  44. };
  45. };