Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2015, The Linux Foundation. All rights reserved. |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 and |
| 6 | * only version 2 as published by the Free Software Foundation. |
| 7 | * |
| 8 | * This program is distributed in the hope that it will be useful, |
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | * GNU General Public License for more details. |
| 12 | */ |
| 13 | |
| 14 | /dts-v1/; |
| 15 | |
| 16 | #include "skeleton.dtsi" |
| 17 | #include <dt-bindings/clock/qcom,gcc-ipq4019.h> |
| 18 | |
| 19 | / { |
| 20 | model = "Qualcomm Technologies, Inc. IPQ4019"; |
| 21 | compatible = "qcom,ipq4019"; |
| 22 | interrupt-parent = <&intc>; |
| 23 | |
| 24 | cpus { |
| 25 | #address-cells = <1>; |
| 26 | #size-cells = <0>; |
| 27 | cpu@0 { |
| 28 | device_type = "cpu"; |
| 29 | compatible = "arm,cortex-a7"; |
Matthew McClintock | 595b30c | 2015-11-19 18:29:48 -0600 | [diff] [blame^] | 30 | enable-method = "qcom,kpss-acc-v1"; |
| 31 | qcom,acc = <&acc0>; |
| 32 | qcom,saw = <&saw0>; |
Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 33 | reg = <0x0>; |
| 34 | clocks = <&gcc GCC_APPS_CLK_SRC>; |
Matthew McClintock | 595b30c | 2015-11-19 18:29:48 -0600 | [diff] [blame^] | 35 | clock-frequency = <0>; |
Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 36 | }; |
| 37 | |
| 38 | cpu@1 { |
| 39 | device_type = "cpu"; |
| 40 | compatible = "arm,cortex-a7"; |
Matthew McClintock | 595b30c | 2015-11-19 18:29:48 -0600 | [diff] [blame^] | 41 | enable-method = "qcom,kpss-acc-v1"; |
| 42 | qcom,acc = <&acc1>; |
| 43 | qcom,saw = <&saw1>; |
Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 44 | reg = <0x1>; |
| 45 | clocks = <&gcc GCC_APPS_CLK_SRC>; |
Matthew McClintock | 595b30c | 2015-11-19 18:29:48 -0600 | [diff] [blame^] | 46 | clock-frequency = <0>; |
Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 47 | }; |
| 48 | |
| 49 | cpu@2 { |
| 50 | device_type = "cpu"; |
| 51 | compatible = "arm,cortex-a7"; |
Matthew McClintock | 595b30c | 2015-11-19 18:29:48 -0600 | [diff] [blame^] | 52 | enable-method = "qcom,kpss-acc-v1"; |
| 53 | qcom,acc = <&acc2>; |
| 54 | qcom,saw = <&saw2>; |
Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 55 | reg = <0x2>; |
| 56 | clocks = <&gcc GCC_APPS_CLK_SRC>; |
Matthew McClintock | 595b30c | 2015-11-19 18:29:48 -0600 | [diff] [blame^] | 57 | clock-frequency = <0>; |
Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 58 | }; |
| 59 | |
| 60 | cpu@3 { |
| 61 | device_type = "cpu"; |
| 62 | compatible = "arm,cortex-a7"; |
Matthew McClintock | 595b30c | 2015-11-19 18:29:48 -0600 | [diff] [blame^] | 63 | enable-method = "qcom,kpss-acc-v1"; |
| 64 | qcom,acc = <&acc3>; |
| 65 | qcom,saw = <&saw3>; |
Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 66 | reg = <0x3>; |
| 67 | clocks = <&gcc GCC_APPS_CLK_SRC>; |
Matthew McClintock | 595b30c | 2015-11-19 18:29:48 -0600 | [diff] [blame^] | 68 | clock-frequency = <0>; |
Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 69 | }; |
| 70 | }; |
| 71 | |
| 72 | clocks { |
| 73 | sleep_clk: sleep_clk { |
| 74 | compatible = "fixed-clock"; |
| 75 | clock-frequency = <32768>; |
| 76 | #clock-cells = <0>; |
| 77 | }; |
| 78 | }; |
| 79 | |
| 80 | soc { |
| 81 | #address-cells = <1>; |
| 82 | #size-cells = <1>; |
| 83 | ranges; |
| 84 | compatible = "simple-bus"; |
| 85 | |
| 86 | intc: interrupt-controller@b000000 { |
| 87 | compatible = "qcom,msm-qgic2"; |
| 88 | interrupt-controller; |
| 89 | #interrupt-cells = <3>; |
| 90 | reg = <0x0b000000 0x1000>, |
| 91 | <0x0b002000 0x1000>; |
| 92 | }; |
| 93 | |
| 94 | gcc: clock-controller@1800000 { |
| 95 | compatible = "qcom,gcc-ipq4019"; |
| 96 | #clock-cells = <1>; |
| 97 | #reset-cells = <1>; |
| 98 | reg = <0x1800000 0x60000>; |
| 99 | }; |
| 100 | |
| 101 | tlmm: pinctrl@0x01000000 { |
| 102 | compatible = "qcom,ipq4019-pinctrl"; |
| 103 | reg = <0x01000000 0x300000>; |
| 104 | gpio-controller; |
| 105 | #gpio-cells = <2>; |
| 106 | interrupt-controller; |
| 107 | #interrupt-cells = <2>; |
| 108 | interrupts = <0 208 0>; |
| 109 | }; |
| 110 | |
Matthew McClintock | 595b30c | 2015-11-19 18:29:48 -0600 | [diff] [blame^] | 111 | acc0: clock-controller@b088000 { |
| 112 | compatible = "qcom,kpss-acc-v1"; |
| 113 | reg = <0x0b088000 0x1000>, <0xb008000 0x1000>; |
| 114 | }; |
| 115 | |
| 116 | acc1: clock-controller@b098000 { |
| 117 | compatible = "qcom,kpss-acc-v1"; |
| 118 | reg = <0x0b098000 0x1000>, <0xb008000 0x1000>; |
| 119 | }; |
| 120 | |
| 121 | acc2: clock-controller@b0a8000 { |
| 122 | compatible = "qcom,kpss-acc-v1"; |
| 123 | reg = <0x0b0a8000 0x1000>, <0xb008000 0x1000>; |
| 124 | }; |
| 125 | |
| 126 | acc3: clock-controller@b0b8000 { |
| 127 | compatible = "qcom,kpss-acc-v1"; |
| 128 | reg = <0x0b0b8000 0x1000>, <0xb008000 0x1000>; |
| 129 | }; |
| 130 | |
| 131 | saw0: regulator@b089000 { |
| 132 | compatible = "qcom,saw2"; |
| 133 | reg = <0x02089000 0x1000>, <0x0b009000 0x1000>; |
| 134 | regulator; |
| 135 | }; |
| 136 | |
| 137 | saw1: regulator@b099000 { |
| 138 | compatible = "qcom,saw2"; |
| 139 | reg = <0x0b099000 0x1000>, <0x0b009000 0x1000>; |
| 140 | regulator; |
| 141 | }; |
| 142 | |
| 143 | saw2: regulator@b0a9000 { |
| 144 | compatible = "qcom,saw2"; |
| 145 | reg = <0x0b0a9000 0x1000>, <0x0b009000 0x1000>; |
| 146 | regulator; |
| 147 | }; |
| 148 | |
| 149 | saw3: regulator@b0b9000 { |
| 150 | compatible = "qcom,saw2"; |
| 151 | reg = <0x0b0b9000 0x1000>, <0x0b009000 0x1000>; |
| 152 | regulator; |
| 153 | }; |
| 154 | |
Matthew McClintock | bec6ba4 | 2015-11-19 17:19:31 -0600 | [diff] [blame] | 155 | serial@78af000 { |
| 156 | compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; |
| 157 | reg = <0x78af000 0x200>; |
| 158 | interrupts = <0 107 0>; |
| 159 | status = "disabled"; |
| 160 | clocks = <&gcc GCC_BLSP1_UART1_APPS_CLK>, |
| 161 | <&gcc GCC_BLSP1_AHB_CLK>; |
| 162 | clock-names = "core", "iface"; |
| 163 | }; |
| 164 | |
| 165 | serial@78b0000 { |
| 166 | compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; |
| 167 | reg = <0x78b0000 0x200>; |
| 168 | interrupts = <0 108 0>; |
| 169 | status = "disabled"; |
| 170 | clocks = <&gcc GCC_BLSP1_UART2_APPS_CLK>, |
| 171 | <&gcc GCC_BLSP1_AHB_CLK>; |
| 172 | clock-names = "core", "iface"; |
| 173 | }; |
| 174 | }; |
| 175 | }; |