1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2f126890aSEmmanuel Vadot/dts-v1/; 3f126890aSEmmanuel Vadot 4f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/irq.h> 5f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/arm-gic.h> 6f126890aSEmmanuel Vadot#include <dt-bindings/clock/qcom,gcc-msm8660.h> 7f126890aSEmmanuel Vadot#include <dt-bindings/soc/qcom,gsbi.h> 8f126890aSEmmanuel Vadot 9f126890aSEmmanuel Vadot/ { 10f126890aSEmmanuel Vadot #address-cells = <1>; 11f126890aSEmmanuel Vadot #size-cells = <1>; 12f126890aSEmmanuel Vadot model = "Qualcomm MSM8660"; 13f126890aSEmmanuel Vadot compatible = "qcom,msm8660"; 14f126890aSEmmanuel Vadot interrupt-parent = <&intc>; 15f126890aSEmmanuel Vadot 16f126890aSEmmanuel Vadot cpus { 17f126890aSEmmanuel Vadot #address-cells = <1>; 18f126890aSEmmanuel Vadot #size-cells = <0>; 19f126890aSEmmanuel Vadot 20f126890aSEmmanuel Vadot cpu@0 { 21f126890aSEmmanuel Vadot compatible = "qcom,scorpion"; 22f126890aSEmmanuel Vadot enable-method = "qcom,gcc-msm8660"; 23f126890aSEmmanuel Vadot device_type = "cpu"; 24f126890aSEmmanuel Vadot reg = <0>; 25f126890aSEmmanuel Vadot next-level-cache = <&L2>; 26f126890aSEmmanuel Vadot }; 27f126890aSEmmanuel Vadot 28f126890aSEmmanuel Vadot cpu@1 { 29f126890aSEmmanuel Vadot compatible = "qcom,scorpion"; 30f126890aSEmmanuel Vadot enable-method = "qcom,gcc-msm8660"; 31f126890aSEmmanuel Vadot device_type = "cpu"; 32f126890aSEmmanuel Vadot reg = <1>; 33f126890aSEmmanuel Vadot next-level-cache = <&L2>; 34f126890aSEmmanuel Vadot }; 35f126890aSEmmanuel Vadot 36f126890aSEmmanuel Vadot L2: l2-cache { 37f126890aSEmmanuel Vadot compatible = "cache"; 38f126890aSEmmanuel Vadot cache-level = <2>; 39f126890aSEmmanuel Vadot cache-unified; 40f126890aSEmmanuel Vadot }; 41f126890aSEmmanuel Vadot }; 42f126890aSEmmanuel Vadot 43f126890aSEmmanuel Vadot memory { 44f126890aSEmmanuel Vadot device_type = "memory"; 45f126890aSEmmanuel Vadot reg = <0x0 0x0>; 46f126890aSEmmanuel Vadot }; 47f126890aSEmmanuel Vadot 48f126890aSEmmanuel Vadot cpu-pmu { 49f126890aSEmmanuel Vadot compatible = "qcom,scorpion-mp-pmu"; 50*01950c46SEmmanuel Vadot interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>; 51f126890aSEmmanuel Vadot }; 52f126890aSEmmanuel Vadot 53f126890aSEmmanuel Vadot clocks { 54f126890aSEmmanuel Vadot cxo_board: cxo-board-clk { 55f126890aSEmmanuel Vadot compatible = "fixed-clock"; 56f126890aSEmmanuel Vadot #clock-cells = <0>; 57f126890aSEmmanuel Vadot clock-frequency = <19200000>; 58f126890aSEmmanuel Vadot clock-output-names = "cxo_board"; 59f126890aSEmmanuel Vadot }; 60f126890aSEmmanuel Vadot 61f126890aSEmmanuel Vadot pxo_board: pxo-board-clk { 62f126890aSEmmanuel Vadot compatible = "fixed-clock"; 63f126890aSEmmanuel Vadot #clock-cells = <0>; 64f126890aSEmmanuel Vadot clock-frequency = <27000000>; 65f126890aSEmmanuel Vadot clock-output-names = "pxo_board"; 66f126890aSEmmanuel Vadot }; 67f126890aSEmmanuel Vadot 68f126890aSEmmanuel Vadot sleep-clk { 69f126890aSEmmanuel Vadot compatible = "fixed-clock"; 70f126890aSEmmanuel Vadot #clock-cells = <0>; 71f126890aSEmmanuel Vadot clock-frequency = <32768>; 72f126890aSEmmanuel Vadot clock-output-names = "sleep_clk"; 73f126890aSEmmanuel Vadot }; 74f126890aSEmmanuel Vadot }; 75f126890aSEmmanuel Vadot 76f126890aSEmmanuel Vadot soc: soc { 77f126890aSEmmanuel Vadot #address-cells = <1>; 78f126890aSEmmanuel Vadot #size-cells = <1>; 79f126890aSEmmanuel Vadot ranges; 80f126890aSEmmanuel Vadot compatible = "simple-bus"; 81f126890aSEmmanuel Vadot 82f126890aSEmmanuel Vadot intc: interrupt-controller@2080000 { 83f126890aSEmmanuel Vadot compatible = "qcom,msm-8660-qgic"; 84f126890aSEmmanuel Vadot interrupt-controller; 85f126890aSEmmanuel Vadot #interrupt-cells = <3>; 86f126890aSEmmanuel Vadot reg = < 0x02080000 0x1000 >, 87f126890aSEmmanuel Vadot < 0x02081000 0x1000 >; 88f126890aSEmmanuel Vadot }; 89f126890aSEmmanuel Vadot 90f126890aSEmmanuel Vadot timer@2000000 { 91f126890aSEmmanuel Vadot compatible = "qcom,scss-timer", "qcom,msm-timer"; 92*01950c46SEmmanuel Vadot interrupts = <GIC_PPI 0 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>, 93*01950c46SEmmanuel Vadot <GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>, 94*01950c46SEmmanuel Vadot <GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>; 95f126890aSEmmanuel Vadot reg = <0x02000000 0x100>; 96*01950c46SEmmanuel Vadot clock-frequency = <27000000>; 97f126890aSEmmanuel Vadot cpu-offset = <0x40000>; 98f126890aSEmmanuel Vadot }; 99f126890aSEmmanuel Vadot 100f126890aSEmmanuel Vadot tlmm: pinctrl@800000 { 101f126890aSEmmanuel Vadot compatible = "qcom,msm8660-pinctrl"; 102f126890aSEmmanuel Vadot reg = <0x800000 0x4000>; 103f126890aSEmmanuel Vadot 104f126890aSEmmanuel Vadot gpio-controller; 105f126890aSEmmanuel Vadot gpio-ranges = <&tlmm 0 0 173>; 106f126890aSEmmanuel Vadot #gpio-cells = <2>; 107*01950c46SEmmanuel Vadot interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; 108f126890aSEmmanuel Vadot interrupt-controller; 109f126890aSEmmanuel Vadot #interrupt-cells = <2>; 110f126890aSEmmanuel Vadot 111f126890aSEmmanuel Vadot }; 112f126890aSEmmanuel Vadot 113f126890aSEmmanuel Vadot gcc: clock-controller@900000 { 114f126890aSEmmanuel Vadot compatible = "qcom,gcc-msm8660"; 115f126890aSEmmanuel Vadot #clock-cells = <1>; 116f126890aSEmmanuel Vadot #reset-cells = <1>; 117f126890aSEmmanuel Vadot reg = <0x900000 0x4000>; 118f126890aSEmmanuel Vadot clocks = <&pxo_board>, <&cxo_board>; 119f126890aSEmmanuel Vadot clock-names = "pxo", "cxo"; 120f126890aSEmmanuel Vadot }; 121f126890aSEmmanuel Vadot 122f126890aSEmmanuel Vadot gsbi1: gsbi@16000000 { 123f126890aSEmmanuel Vadot compatible = "qcom,gsbi-v1.0.0"; 124f126890aSEmmanuel Vadot cell-index = <12>; 125f126890aSEmmanuel Vadot reg = <0x16000000 0x100>; 126f126890aSEmmanuel Vadot clocks = <&gcc GSBI1_H_CLK>; 127f126890aSEmmanuel Vadot clock-names = "iface"; 128f126890aSEmmanuel Vadot #address-cells = <1>; 129f126890aSEmmanuel Vadot #size-cells = <1>; 130f126890aSEmmanuel Vadot ranges; 131f126890aSEmmanuel Vadot 132f126890aSEmmanuel Vadot syscon-tcsr = <&tcsr>; 133f126890aSEmmanuel Vadot 134f126890aSEmmanuel Vadot status = "disabled"; 135f126890aSEmmanuel Vadot 136f126890aSEmmanuel Vadot gsbi1_spi: spi@16080000 { 137f126890aSEmmanuel Vadot compatible = "qcom,spi-qup-v1.1.1"; 138f126890aSEmmanuel Vadot reg = <0x16080000 0x1000>; 139f126890aSEmmanuel Vadot interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; 140f126890aSEmmanuel Vadot clocks = <&gcc GSBI1_QUP_CLK>, <&gcc GSBI1_H_CLK>; 141f126890aSEmmanuel Vadot clock-names = "core", "iface"; 142f126890aSEmmanuel Vadot #address-cells = <1>; 143f126890aSEmmanuel Vadot #size-cells = <0>; 144f126890aSEmmanuel Vadot status = "disabled"; 145f126890aSEmmanuel Vadot }; 146f126890aSEmmanuel Vadot }; 147f126890aSEmmanuel Vadot 148f126890aSEmmanuel Vadot gsbi3: gsbi@16200000 { 149f126890aSEmmanuel Vadot compatible = "qcom,gsbi-v1.0.0"; 150f126890aSEmmanuel Vadot cell-index = <12>; 151f126890aSEmmanuel Vadot reg = <0x16200000 0x100>; 152f126890aSEmmanuel Vadot clocks = <&gcc GSBI3_H_CLK>; 153f126890aSEmmanuel Vadot clock-names = "iface"; 154f126890aSEmmanuel Vadot #address-cells = <1>; 155f126890aSEmmanuel Vadot #size-cells = <1>; 156f126890aSEmmanuel Vadot ranges; 157f126890aSEmmanuel Vadot 158f126890aSEmmanuel Vadot syscon-tcsr = <&tcsr>; 159f126890aSEmmanuel Vadot status = "disabled"; 160f126890aSEmmanuel Vadot 161f126890aSEmmanuel Vadot gsbi3_i2c: i2c@16280000 { 162f126890aSEmmanuel Vadot compatible = "qcom,i2c-qup-v1.1.1"; 163f126890aSEmmanuel Vadot reg = <0x16280000 0x1000>; 164f126890aSEmmanuel Vadot interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>; 165f126890aSEmmanuel Vadot clocks = <&gcc GSBI3_QUP_CLK>, <&gcc GSBI3_H_CLK>; 166f126890aSEmmanuel Vadot clock-names = "core", "iface"; 167f126890aSEmmanuel Vadot #address-cells = <1>; 168f126890aSEmmanuel Vadot #size-cells = <0>; 169f126890aSEmmanuel Vadot status = "disabled"; 170f126890aSEmmanuel Vadot }; 171f126890aSEmmanuel Vadot }; 172f126890aSEmmanuel Vadot 173f126890aSEmmanuel Vadot gsbi6: gsbi@16500000 { 174f126890aSEmmanuel Vadot compatible = "qcom,gsbi-v1.0.0"; 175f126890aSEmmanuel Vadot cell-index = <12>; 176f126890aSEmmanuel Vadot reg = <0x16500000 0x100>; 177f126890aSEmmanuel Vadot clocks = <&gcc GSBI6_H_CLK>; 178f126890aSEmmanuel Vadot clock-names = "iface"; 179f126890aSEmmanuel Vadot #address-cells = <1>; 180f126890aSEmmanuel Vadot #size-cells = <1>; 181f126890aSEmmanuel Vadot ranges; 182f126890aSEmmanuel Vadot status = "disabled"; 183f126890aSEmmanuel Vadot 184f126890aSEmmanuel Vadot syscon-tcsr = <&tcsr>; 185f126890aSEmmanuel Vadot 186f126890aSEmmanuel Vadot gsbi6_serial: serial@16540000 { 187f126890aSEmmanuel Vadot compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; 188f126890aSEmmanuel Vadot reg = <0x16540000 0x1000>, 189f126890aSEmmanuel Vadot <0x16500000 0x1000>; 190f126890aSEmmanuel Vadot interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>; 191f126890aSEmmanuel Vadot clocks = <&gcc GSBI6_UART_CLK>, <&gcc GSBI6_H_CLK>; 192f126890aSEmmanuel Vadot clock-names = "core", "iface"; 193f126890aSEmmanuel Vadot status = "disabled"; 194f126890aSEmmanuel Vadot }; 195f126890aSEmmanuel Vadot 196f126890aSEmmanuel Vadot gsbi6_i2c: i2c@16580000 { 197f126890aSEmmanuel Vadot compatible = "qcom,i2c-qup-v1.1.1"; 198f126890aSEmmanuel Vadot reg = <0x16580000 0x1000>; 199f126890aSEmmanuel Vadot interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>; 200f126890aSEmmanuel Vadot clocks = <&gcc GSBI6_QUP_CLK>, <&gcc GSBI6_H_CLK>; 201f126890aSEmmanuel Vadot clock-names = "core", "iface"; 202f126890aSEmmanuel Vadot #address-cells = <1>; 203f126890aSEmmanuel Vadot #size-cells = <0>; 204f126890aSEmmanuel Vadot status = "disabled"; 205f126890aSEmmanuel Vadot }; 206f126890aSEmmanuel Vadot }; 207f126890aSEmmanuel Vadot 208f126890aSEmmanuel Vadot gsbi7: gsbi@16600000 { 209f126890aSEmmanuel Vadot compatible = "qcom,gsbi-v1.0.0"; 210f126890aSEmmanuel Vadot cell-index = <12>; 211f126890aSEmmanuel Vadot reg = <0x16600000 0x100>; 212f126890aSEmmanuel Vadot clocks = <&gcc GSBI7_H_CLK>; 213f126890aSEmmanuel Vadot clock-names = "iface"; 214f126890aSEmmanuel Vadot #address-cells = <1>; 215f126890aSEmmanuel Vadot #size-cells = <1>; 216f126890aSEmmanuel Vadot ranges; 217f126890aSEmmanuel Vadot status = "disabled"; 218f126890aSEmmanuel Vadot 219f126890aSEmmanuel Vadot syscon-tcsr = <&tcsr>; 220f126890aSEmmanuel Vadot 221f126890aSEmmanuel Vadot gsbi7_serial: serial@16640000 { 222f126890aSEmmanuel Vadot compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; 223f126890aSEmmanuel Vadot reg = <0x16640000 0x1000>, 224f126890aSEmmanuel Vadot <0x16600000 0x1000>; 225f126890aSEmmanuel Vadot interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>; 226f126890aSEmmanuel Vadot clocks = <&gcc GSBI7_UART_CLK>, <&gcc GSBI7_H_CLK>; 227f126890aSEmmanuel Vadot clock-names = "core", "iface"; 228f126890aSEmmanuel Vadot status = "disabled"; 229f126890aSEmmanuel Vadot }; 230f126890aSEmmanuel Vadot 231f126890aSEmmanuel Vadot gsbi7_i2c: i2c@16680000 { 232f126890aSEmmanuel Vadot compatible = "qcom,i2c-qup-v1.1.1"; 233f126890aSEmmanuel Vadot reg = <0x16680000 0x1000>; 234f126890aSEmmanuel Vadot interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>; 235f126890aSEmmanuel Vadot clocks = <&gcc GSBI7_QUP_CLK>, <&gcc GSBI7_H_CLK>; 236f126890aSEmmanuel Vadot clock-names = "core", "iface"; 237f126890aSEmmanuel Vadot #address-cells = <1>; 238f126890aSEmmanuel Vadot #size-cells = <0>; 239f126890aSEmmanuel Vadot status = "disabled"; 240f126890aSEmmanuel Vadot }; 241f126890aSEmmanuel Vadot }; 242f126890aSEmmanuel Vadot 243f126890aSEmmanuel Vadot gsbi8: gsbi@19800000 { 244f126890aSEmmanuel Vadot compatible = "qcom,gsbi-v1.0.0"; 245f126890aSEmmanuel Vadot cell-index = <12>; 246f126890aSEmmanuel Vadot reg = <0x19800000 0x100>; 247f126890aSEmmanuel Vadot clocks = <&gcc GSBI8_H_CLK>; 248f126890aSEmmanuel Vadot clock-names = "iface"; 249f126890aSEmmanuel Vadot #address-cells = <1>; 250f126890aSEmmanuel Vadot #size-cells = <1>; 251f126890aSEmmanuel Vadot ranges; 252f126890aSEmmanuel Vadot 253f126890aSEmmanuel Vadot syscon-tcsr = <&tcsr>; 254f126890aSEmmanuel Vadot status = "disabled"; 255f126890aSEmmanuel Vadot 256f126890aSEmmanuel Vadot gsbi8_i2c: i2c@19880000 { 257f126890aSEmmanuel Vadot compatible = "qcom,i2c-qup-v1.1.1"; 258f126890aSEmmanuel Vadot reg = <0x19880000 0x1000>; 259f126890aSEmmanuel Vadot interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>; 260f126890aSEmmanuel Vadot clocks = <&gcc GSBI8_QUP_CLK>, <&gcc GSBI8_H_CLK>; 261f126890aSEmmanuel Vadot clock-names = "core", "iface"; 262f126890aSEmmanuel Vadot #address-cells = <1>; 263f126890aSEmmanuel Vadot #size-cells = <0>; 264f126890aSEmmanuel Vadot status = "disabled"; 265f126890aSEmmanuel Vadot }; 266f126890aSEmmanuel Vadot }; 267f126890aSEmmanuel Vadot 268f126890aSEmmanuel Vadot gsbi12: gsbi@19c00000 { 269f126890aSEmmanuel Vadot compatible = "qcom,gsbi-v1.0.0"; 270f126890aSEmmanuel Vadot cell-index = <12>; 271f126890aSEmmanuel Vadot reg = <0x19c00000 0x100>; 272f126890aSEmmanuel Vadot clocks = <&gcc GSBI12_H_CLK>; 273f126890aSEmmanuel Vadot clock-names = "iface"; 274f126890aSEmmanuel Vadot #address-cells = <1>; 275f126890aSEmmanuel Vadot #size-cells = <1>; 276f126890aSEmmanuel Vadot ranges; 277f126890aSEmmanuel Vadot 278f126890aSEmmanuel Vadot syscon-tcsr = <&tcsr>; 279f126890aSEmmanuel Vadot 280f126890aSEmmanuel Vadot gsbi12_serial: serial@19c40000 { 281f126890aSEmmanuel Vadot compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; 282f126890aSEmmanuel Vadot reg = <0x19c40000 0x1000>, 283f126890aSEmmanuel Vadot <0x19c00000 0x1000>; 284*01950c46SEmmanuel Vadot interrupts = <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>; 285f126890aSEmmanuel Vadot clocks = <&gcc GSBI12_UART_CLK>, <&gcc GSBI12_H_CLK>; 286f126890aSEmmanuel Vadot clock-names = "core", "iface"; 287f126890aSEmmanuel Vadot status = "disabled"; 288f126890aSEmmanuel Vadot }; 289f126890aSEmmanuel Vadot 290f126890aSEmmanuel Vadot gsbi12_i2c: i2c@19c80000 { 291f126890aSEmmanuel Vadot compatible = "qcom,i2c-qup-v1.1.1"; 292f126890aSEmmanuel Vadot reg = <0x19c80000 0x1000>; 293*01950c46SEmmanuel Vadot interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>; 294f126890aSEmmanuel Vadot clocks = <&gcc GSBI12_QUP_CLK>, <&gcc GSBI12_H_CLK>; 295f126890aSEmmanuel Vadot clock-names = "core", "iface"; 296f126890aSEmmanuel Vadot #address-cells = <1>; 297f126890aSEmmanuel Vadot #size-cells = <0>; 298f126890aSEmmanuel Vadot status = "disabled"; 299f126890aSEmmanuel Vadot }; 300f126890aSEmmanuel Vadot }; 301f126890aSEmmanuel Vadot 302f126890aSEmmanuel Vadot ebi2: external-bus@1a100000 { 303f126890aSEmmanuel Vadot compatible = "qcom,msm8660-ebi2"; 304f126890aSEmmanuel Vadot #address-cells = <2>; 305f126890aSEmmanuel Vadot #size-cells = <1>; 306f126890aSEmmanuel Vadot ranges = <0 0x0 0x1a800000 0x00800000>, 307f126890aSEmmanuel Vadot <1 0x0 0x1b000000 0x00800000>, 308f126890aSEmmanuel Vadot <2 0x0 0x1b800000 0x00800000>, 309f126890aSEmmanuel Vadot <3 0x0 0x1d000000 0x08000000>, 310f126890aSEmmanuel Vadot <4 0x0 0x1c800000 0x00800000>, 311f126890aSEmmanuel Vadot <5 0x0 0x1c000000 0x00800000>; 312f126890aSEmmanuel Vadot reg = <0x1a100000 0x1000>, <0x1a110000 0x1000>; 313f126890aSEmmanuel Vadot reg-names = "ebi2", "xmem"; 314f126890aSEmmanuel Vadot clocks = <&gcc EBI2_2X_CLK>, <&gcc EBI2_CLK>; 315f126890aSEmmanuel Vadot clock-names = "ebi2x", "ebi2"; 316f126890aSEmmanuel Vadot status = "disabled"; 317f126890aSEmmanuel Vadot }; 318f126890aSEmmanuel Vadot 3198d13bc63SEmmanuel Vadot ssbi: ssbi@500000 { 320f126890aSEmmanuel Vadot compatible = "qcom,ssbi"; 321f126890aSEmmanuel Vadot reg = <0x500000 0x1000>; 322f126890aSEmmanuel Vadot qcom,controller-type = "pmic-arbiter"; 323f126890aSEmmanuel Vadot }; 324f126890aSEmmanuel Vadot 325f126890aSEmmanuel Vadot l2cc: clock-controller@2082000 { 326f126890aSEmmanuel Vadot compatible = "qcom,kpss-gcc-msm8660", "qcom,kpss-gcc", "syscon"; 327f126890aSEmmanuel Vadot reg = <0x02082000 0x1000>; 328f126890aSEmmanuel Vadot }; 329f126890aSEmmanuel Vadot 330f126890aSEmmanuel Vadot rpm: rpm@104000 { 331f126890aSEmmanuel Vadot compatible = "qcom,rpm-msm8660"; 332f126890aSEmmanuel Vadot reg = <0x00104000 0x1000>; 333f126890aSEmmanuel Vadot qcom,ipc = <&l2cc 0x8 2>; 334f126890aSEmmanuel Vadot 335f126890aSEmmanuel Vadot interrupts = <GIC_SPI 19 IRQ_TYPE_EDGE_RISING>, 336f126890aSEmmanuel Vadot <GIC_SPI 21 IRQ_TYPE_EDGE_RISING>, 337f126890aSEmmanuel Vadot <GIC_SPI 22 IRQ_TYPE_EDGE_RISING>; 338f126890aSEmmanuel Vadot interrupt-names = "ack", "err", "wakeup"; 339f126890aSEmmanuel Vadot clocks = <&gcc RPM_MSG_RAM_H_CLK>; 340f126890aSEmmanuel Vadot clock-names = "ram"; 341f126890aSEmmanuel Vadot 342f126890aSEmmanuel Vadot rpmcc: clock-controller { 343f126890aSEmmanuel Vadot compatible = "qcom,rpmcc-msm8660", "qcom,rpmcc"; 344f126890aSEmmanuel Vadot #clock-cells = <1>; 345f126890aSEmmanuel Vadot clocks = <&pxo_board>; 346f126890aSEmmanuel Vadot clock-names = "pxo"; 347f126890aSEmmanuel Vadot }; 348f126890aSEmmanuel Vadot }; 349f126890aSEmmanuel Vadot 350f126890aSEmmanuel Vadot amba { 351f126890aSEmmanuel Vadot compatible = "simple-bus"; 352f126890aSEmmanuel Vadot #address-cells = <1>; 353f126890aSEmmanuel Vadot #size-cells = <1>; 354f126890aSEmmanuel Vadot ranges; 355f126890aSEmmanuel Vadot sdcc1: mmc@12400000 { 356f126890aSEmmanuel Vadot status = "disabled"; 357f126890aSEmmanuel Vadot compatible = "arm,pl18x", "arm,primecell"; 358f126890aSEmmanuel Vadot arm,primecell-periphid = <0x00051180>; 359f126890aSEmmanuel Vadot reg = <0x12400000 0x8000>; 360f126890aSEmmanuel Vadot interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>; 361f126890aSEmmanuel Vadot clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; 362f126890aSEmmanuel Vadot clock-names = "mclk", "apb_pclk"; 363f126890aSEmmanuel Vadot bus-width = <8>; 364f126890aSEmmanuel Vadot max-frequency = <48000000>; 365f126890aSEmmanuel Vadot non-removable; 366f126890aSEmmanuel Vadot cap-sd-highspeed; 367f126890aSEmmanuel Vadot cap-mmc-highspeed; 368f126890aSEmmanuel Vadot }; 369f126890aSEmmanuel Vadot 370f126890aSEmmanuel Vadot sdcc2: mmc@12140000 { 371f126890aSEmmanuel Vadot status = "disabled"; 372f126890aSEmmanuel Vadot compatible = "arm,pl18x", "arm,primecell"; 373f126890aSEmmanuel Vadot arm,primecell-periphid = <0x00051180>; 374f126890aSEmmanuel Vadot reg = <0x12140000 0x8000>; 375f126890aSEmmanuel Vadot interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; 376f126890aSEmmanuel Vadot clocks = <&gcc SDC2_CLK>, <&gcc SDC2_H_CLK>; 377f126890aSEmmanuel Vadot clock-names = "mclk", "apb_pclk"; 378f126890aSEmmanuel Vadot bus-width = <8>; 379f126890aSEmmanuel Vadot max-frequency = <48000000>; 380f126890aSEmmanuel Vadot cap-sd-highspeed; 381f126890aSEmmanuel Vadot cap-mmc-highspeed; 382f126890aSEmmanuel Vadot }; 383f126890aSEmmanuel Vadot 384f126890aSEmmanuel Vadot sdcc3: mmc@12180000 { 385f126890aSEmmanuel Vadot compatible = "arm,pl18x", "arm,primecell"; 386f126890aSEmmanuel Vadot arm,primecell-periphid = <0x00051180>; 387f126890aSEmmanuel Vadot status = "disabled"; 388f126890aSEmmanuel Vadot reg = <0x12180000 0x8000>; 389f126890aSEmmanuel Vadot interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; 390f126890aSEmmanuel Vadot clocks = <&gcc SDC3_CLK>, <&gcc SDC3_H_CLK>; 391f126890aSEmmanuel Vadot clock-names = "mclk", "apb_pclk"; 392f126890aSEmmanuel Vadot bus-width = <4>; 393f126890aSEmmanuel Vadot cap-sd-highspeed; 394f126890aSEmmanuel Vadot cap-mmc-highspeed; 395f126890aSEmmanuel Vadot max-frequency = <48000000>; 396f126890aSEmmanuel Vadot no-1-8-v; 397f126890aSEmmanuel Vadot }; 398f126890aSEmmanuel Vadot 399f126890aSEmmanuel Vadot sdcc4: mmc@121c0000 { 400f126890aSEmmanuel Vadot compatible = "arm,pl18x", "arm,primecell"; 401f126890aSEmmanuel Vadot arm,primecell-periphid = <0x00051180>; 402f126890aSEmmanuel Vadot status = "disabled"; 403f126890aSEmmanuel Vadot reg = <0x121c0000 0x8000>; 404f126890aSEmmanuel Vadot interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; 405f126890aSEmmanuel Vadot clocks = <&gcc SDC4_CLK>, <&gcc SDC4_H_CLK>; 406f126890aSEmmanuel Vadot clock-names = "mclk", "apb_pclk"; 407f126890aSEmmanuel Vadot bus-width = <4>; 408f126890aSEmmanuel Vadot max-frequency = <48000000>; 409f126890aSEmmanuel Vadot cap-sd-highspeed; 410f126890aSEmmanuel Vadot cap-mmc-highspeed; 411f126890aSEmmanuel Vadot }; 412f126890aSEmmanuel Vadot 413f126890aSEmmanuel Vadot sdcc5: mmc@12200000 { 414f126890aSEmmanuel Vadot compatible = "arm,pl18x", "arm,primecell"; 415f126890aSEmmanuel Vadot arm,primecell-periphid = <0x00051180>; 416f126890aSEmmanuel Vadot status = "disabled"; 417f126890aSEmmanuel Vadot reg = <0x12200000 0x8000>; 418f126890aSEmmanuel Vadot interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>; 419f126890aSEmmanuel Vadot clocks = <&gcc SDC5_CLK>, <&gcc SDC5_H_CLK>; 420f126890aSEmmanuel Vadot clock-names = "mclk", "apb_pclk"; 421f126890aSEmmanuel Vadot bus-width = <4>; 422f126890aSEmmanuel Vadot cap-sd-highspeed; 423f126890aSEmmanuel Vadot cap-mmc-highspeed; 424f126890aSEmmanuel Vadot max-frequency = <48000000>; 425f126890aSEmmanuel Vadot }; 426f126890aSEmmanuel Vadot }; 427f126890aSEmmanuel Vadot 428f126890aSEmmanuel Vadot tcsr: syscon@1a400000 { 429f126890aSEmmanuel Vadot compatible = "qcom,tcsr-msm8660", "syscon"; 430f126890aSEmmanuel Vadot reg = <0x1a400000 0x100>; 431f126890aSEmmanuel Vadot }; 432f126890aSEmmanuel Vadot }; 433f126890aSEmmanuel Vadot 434f126890aSEmmanuel Vadot}; 435