Sathish Ambley | 9d69ac3 | 2012-03-21 10:28:26 -0700 | [diff] [blame] | 1 | /* Copyright (c) 2012, Code Aurora Forum. All rights reserved. |
| 2 | * |
| 3 | * This program is free software; you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License version 2 and |
| 5 | * only version 2 as published by the Free Software Foundation. |
| 6 | * |
| 7 | * This program is distributed in the hope that it will be useful, |
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | * GNU General Public License for more details. |
| 11 | */ |
| 12 | |
| 13 | /dts-v1/; |
| 14 | |
Abhimanyu Kapur | 90ced6e | 2012-06-26 17:41:25 -0700 | [diff] [blame] | 15 | /include/ "msm8974.dtsi" |
Sathish Ambley | 9d69ac3 | 2012-03-21 10:28:26 -0700 | [diff] [blame] | 16 | |
| 17 | / { |
Abhimanyu Kapur | 90ced6e | 2012-06-26 17:41:25 -0700 | [diff] [blame] | 18 | model = "Qualcomm MSM 8974 RUMI"; |
| 19 | compatible = "qcom,msm8974-rumi", "qcom,msm8974"; |
Sathish Ambley | 9d69ac3 | 2012-03-21 10:28:26 -0700 | [diff] [blame] | 20 | |
| 21 | timer { |
| 22 | clock-frequency = <5000000>; |
| 23 | }; |
| 24 | |
| 25 | serial@f991f000 { |
| 26 | status = "disable"; |
| 27 | }; |
| 28 | |
| 29 | usb@f9a55000 { |
| 30 | status = "disable"; |
| 31 | }; |
| 32 | |
Sujit Reddy Thumma | 85fc52c | 2012-05-02 12:53:45 +0530 | [diff] [blame] | 33 | qcom,sdcc@f9824000 { |
Krishna Konda | 2a66303 | 2012-05-03 14:03:16 -0700 | [diff] [blame] | 34 | qcom,sdcc-clk-rates = <400000 19200000>; |
| 35 | }; |
| 36 | |
| 37 | qcom,sdcc@f98a4000 { |
| 38 | qcom,sdcc-clk-rates = <400000 19200000>; |
| 39 | }; |
Sathish Ambley | 9d69ac3 | 2012-03-21 10:28:26 -0700 | [diff] [blame] | 40 | |
Sathish Ambley | 9d69ac3 | 2012-03-21 10:28:26 -0700 | [diff] [blame] | 41 | qcom,sps@f998000 { |
| 42 | status = "disable"; |
| 43 | }; |
| 44 | |
| 45 | spi@f9924000 { |
| 46 | status = "disable"; |
| 47 | }; |
| 48 | |
Sathish Ambley | e046b24 | 2012-04-09 12:38:05 -0700 | [diff] [blame] | 49 | spi@f9923000 { |
| 50 | compatible = "qcom,spi-qup-v2"; |
| 51 | reg = <0xf9923000 0x1000>; |
| 52 | interrupts = <0 95 0>; |
| 53 | spi-max-frequency = <24000000>; |
| 54 | #address-cells = <1>; |
| 55 | #size-cells = <0>; |
| 56 | gpios = <&msmgpio 3 0>, /* CLK */ |
| 57 | <&msmgpio 1 0>, /* MISO */ |
| 58 | <&msmgpio 0 0>; /* MOSI */ |
| 59 | cs-gpios = <&msmgpio 9 0>; |
| 60 | |
| 61 | ethernet-switch@2 { |
| 62 | compatible = "simtec,ks8851"; |
| 63 | reg = <2>; |
| 64 | interrupt-parent = <&msmgpio>; |
| 65 | interrupts = <90 0>; |
| 66 | spi-max-frequency = <5000000>; |
| 67 | }; |
| 68 | }; |
| 69 | |
Jin Hong | a04caaa | 2012-05-23 10:28:27 -0700 | [diff] [blame] | 70 | i2c@f9966000 { |
| 71 | status = "disable"; |
| 72 | }; |
| 73 | |
| 74 | i2c@f9967000 { |
| 75 | cell-index = <0>; |
| 76 | compatible = "qcom,i2c-qup"; |
| 77 | reg = <0Xf9967000 0x1000>; |
| 78 | reg-names = "qup_phys_addr"; |
| 79 | interrupts = <0 105 0>; |
| 80 | interrupt-names = "qup_err_intr"; |
| 81 | qcom,i2c-bus-freq = <100000>; |
| 82 | qcom,i2c-src-freq = <24000000>; |
| 83 | gpios = <&msmgpio 83 0>, /* DAT */ |
| 84 | <&msmgpio 84 0>; /* CLK */ |
| 85 | }; |
| 86 | |
Sathish Ambley | 9d69ac3 | 2012-03-21 10:28:26 -0700 | [diff] [blame] | 87 | slim@fe12f000 { |
| 88 | status = "disable"; |
| 89 | }; |
| 90 | |
| 91 | qcom,spmi@fc4c0000 { |
| 92 | status = "disable"; |
| 93 | }; |
| 94 | |
Sathish Ambley | 75e9f72 | 2012-05-04 15:48:32 -0700 | [diff] [blame] | 95 | qcom,ssusb@F9200000 { |
| 96 | status = "disable"; |
| 97 | }; |
| 98 | |
| 99 | qcom,lpass@fe200000 { |
| 100 | status = "disable"; |
| 101 | }; |
| 102 | |
| 103 | qcom,pronto@fb21b000 { |
| 104 | status = "disable"; |
| 105 | }; |
David Collins | 6d5a42f | 2012-07-12 16:11:23 -0700 | [diff] [blame^] | 106 | |
| 107 | qcom,mss@fc880000 { |
| 108 | status = "disable"; |
| 109 | }; |
Sathish Ambley | 9d69ac3 | 2012-03-21 10:28:26 -0700 | [diff] [blame] | 110 | }; |