1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2f126890aSEmmanuel Vadot// 3f126890aSEmmanuel Vadot// Copyright 2014 Freescale Semiconductor, Inc. 4f126890aSEmmanuel Vadot 5f126890aSEmmanuel Vadot#include <dt-bindings/clock/imx6sx-clock.h> 6f126890aSEmmanuel Vadot#include <dt-bindings/gpio/gpio.h> 7f126890aSEmmanuel Vadot#include <dt-bindings/input/input.h> 8f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/arm-gic.h> 9f126890aSEmmanuel Vadot#include "imx6sx-pinfunc.h" 10f126890aSEmmanuel Vadot 11f126890aSEmmanuel Vadot/ { 12f126890aSEmmanuel Vadot #address-cells = <1>; 13f126890aSEmmanuel Vadot #size-cells = <1>; 14f126890aSEmmanuel Vadot /* 15f126890aSEmmanuel Vadot * The decompressor and also some bootloaders rely on a 16f126890aSEmmanuel Vadot * pre-existing /chosen node to be available to insert the 17f126890aSEmmanuel Vadot * command line and merge other ATAGS info. 18f126890aSEmmanuel Vadot */ 19f126890aSEmmanuel Vadot chosen {}; 20f126890aSEmmanuel Vadot 21f126890aSEmmanuel Vadot aliases { 22f126890aSEmmanuel Vadot can0 = &flexcan1; 23f126890aSEmmanuel Vadot can1 = &flexcan2; 24f126890aSEmmanuel Vadot ethernet0 = &fec1; 25f126890aSEmmanuel Vadot ethernet1 = &fec2; 26f126890aSEmmanuel Vadot gpio0 = &gpio1; 27f126890aSEmmanuel Vadot gpio1 = &gpio2; 28f126890aSEmmanuel Vadot gpio2 = &gpio3; 29f126890aSEmmanuel Vadot gpio3 = &gpio4; 30f126890aSEmmanuel Vadot gpio4 = &gpio5; 31f126890aSEmmanuel Vadot gpio5 = &gpio6; 32f126890aSEmmanuel Vadot gpio6 = &gpio7; 33f126890aSEmmanuel Vadot i2c0 = &i2c1; 34f126890aSEmmanuel Vadot i2c1 = &i2c2; 35f126890aSEmmanuel Vadot i2c2 = &i2c3; 36f126890aSEmmanuel Vadot i2c3 = &i2c4; 37f126890aSEmmanuel Vadot mmc0 = &usdhc1; 38f126890aSEmmanuel Vadot mmc1 = &usdhc2; 39f126890aSEmmanuel Vadot mmc2 = &usdhc3; 40f126890aSEmmanuel Vadot mmc3 = &usdhc4; 41f126890aSEmmanuel Vadot serial0 = &uart1; 42f126890aSEmmanuel Vadot serial1 = &uart2; 43f126890aSEmmanuel Vadot serial2 = &uart3; 44f126890aSEmmanuel Vadot serial3 = &uart4; 45f126890aSEmmanuel Vadot serial4 = &uart5; 46f126890aSEmmanuel Vadot serial5 = &uart6; 47f126890aSEmmanuel Vadot spi0 = &ecspi1; 48f126890aSEmmanuel Vadot spi1 = &ecspi2; 49f126890aSEmmanuel Vadot spi2 = &ecspi3; 50f126890aSEmmanuel Vadot spi3 = &ecspi4; 51f126890aSEmmanuel Vadot spi4 = &ecspi5; 52f126890aSEmmanuel Vadot usb0 = &usbotg1; 53f126890aSEmmanuel Vadot usb1 = &usbotg2; 54f126890aSEmmanuel Vadot usb2 = &usbh; 55f126890aSEmmanuel Vadot usbphy0 = &usbphy1; 56f126890aSEmmanuel Vadot usbphy1 = &usbphy2; 57f126890aSEmmanuel Vadot }; 58f126890aSEmmanuel Vadot 59f126890aSEmmanuel Vadot cpus { 60f126890aSEmmanuel Vadot #address-cells = <1>; 61f126890aSEmmanuel Vadot #size-cells = <0>; 62f126890aSEmmanuel Vadot 63f126890aSEmmanuel Vadot cpu0: cpu@0 { 64f126890aSEmmanuel Vadot compatible = "arm,cortex-a9"; 65f126890aSEmmanuel Vadot device_type = "cpu"; 66f126890aSEmmanuel Vadot reg = <0>; 67f126890aSEmmanuel Vadot next-level-cache = <&L2>; 68f126890aSEmmanuel Vadot operating-points = < 69f126890aSEmmanuel Vadot /* kHz uV */ 70f126890aSEmmanuel Vadot 996000 1250000 71f126890aSEmmanuel Vadot 792000 1175000 72f126890aSEmmanuel Vadot 396000 1075000 73f126890aSEmmanuel Vadot 198000 975000 74f126890aSEmmanuel Vadot >; 75f126890aSEmmanuel Vadot fsl,soc-operating-points = < 76f126890aSEmmanuel Vadot /* ARM kHz SOC uV */ 77f126890aSEmmanuel Vadot 996000 1175000 78f126890aSEmmanuel Vadot 792000 1175000 79f126890aSEmmanuel Vadot 396000 1175000 80f126890aSEmmanuel Vadot 198000 1175000 81f126890aSEmmanuel Vadot >; 82f126890aSEmmanuel Vadot clock-latency = <61036>; /* two CLK32 periods */ 83f126890aSEmmanuel Vadot #cooling-cells = <2>; 84f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ARM>, 85f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PLL2_PFD2>, 86f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_STEP>, 87f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PLL1_SW>, 88f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PLL1_SYS>; 89f126890aSEmmanuel Vadot clock-names = "arm", "pll2_pfd2_396m", "step", 90f126890aSEmmanuel Vadot "pll1_sw", "pll1_sys"; 91f126890aSEmmanuel Vadot arm-supply = <®_arm>; 92f126890aSEmmanuel Vadot soc-supply = <®_soc>; 93f126890aSEmmanuel Vadot nvmem-cells = <&cpu_speed_grade>; 94f126890aSEmmanuel Vadot nvmem-cell-names = "speed_grade"; 95f126890aSEmmanuel Vadot }; 96f126890aSEmmanuel Vadot }; 97f126890aSEmmanuel Vadot 98f126890aSEmmanuel Vadot ckil: clock-ckil { 99f126890aSEmmanuel Vadot compatible = "fixed-clock"; 100f126890aSEmmanuel Vadot #clock-cells = <0>; 101f126890aSEmmanuel Vadot clock-frequency = <32768>; 102f126890aSEmmanuel Vadot clock-output-names = "ckil"; 103f126890aSEmmanuel Vadot }; 104f126890aSEmmanuel Vadot 105f126890aSEmmanuel Vadot osc: clock-osc { 106f126890aSEmmanuel Vadot compatible = "fixed-clock"; 107f126890aSEmmanuel Vadot #clock-cells = <0>; 108f126890aSEmmanuel Vadot clock-frequency = <24000000>; 109f126890aSEmmanuel Vadot clock-output-names = "osc"; 110f126890aSEmmanuel Vadot }; 111f126890aSEmmanuel Vadot 112f126890aSEmmanuel Vadot ipp_di0: clock-ipp-di0 { 113f126890aSEmmanuel Vadot compatible = "fixed-clock"; 114f126890aSEmmanuel Vadot #clock-cells = <0>; 115f126890aSEmmanuel Vadot clock-frequency = <0>; 116f126890aSEmmanuel Vadot clock-output-names = "ipp_di0"; 117f126890aSEmmanuel Vadot }; 118f126890aSEmmanuel Vadot 119f126890aSEmmanuel Vadot ipp_di1: clock-ipp-di1 { 120f126890aSEmmanuel Vadot compatible = "fixed-clock"; 121f126890aSEmmanuel Vadot #clock-cells = <0>; 122f126890aSEmmanuel Vadot clock-frequency = <0>; 123f126890aSEmmanuel Vadot clock-output-names = "ipp_di1"; 124f126890aSEmmanuel Vadot }; 125f126890aSEmmanuel Vadot 126f126890aSEmmanuel Vadot anaclk1: clock-anaclk1 { 127f126890aSEmmanuel Vadot compatible = "fixed-clock"; 128f126890aSEmmanuel Vadot #clock-cells = <0>; 129f126890aSEmmanuel Vadot clock-frequency = <0>; 130f126890aSEmmanuel Vadot clock-output-names = "anaclk1"; 131f126890aSEmmanuel Vadot }; 132f126890aSEmmanuel Vadot 133f126890aSEmmanuel Vadot anaclk2: clock-anaclk2 { 134f126890aSEmmanuel Vadot compatible = "fixed-clock"; 135f126890aSEmmanuel Vadot #clock-cells = <0>; 136f126890aSEmmanuel Vadot clock-frequency = <0>; 137f126890aSEmmanuel Vadot clock-output-names = "anaclk2"; 138f126890aSEmmanuel Vadot }; 139f126890aSEmmanuel Vadot 140f126890aSEmmanuel Vadot mqs: mqs { 141f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-mqs"; 142f126890aSEmmanuel Vadot gpr = <&gpr>; 143f126890aSEmmanuel Vadot status = "disabled"; 144f126890aSEmmanuel Vadot }; 145f126890aSEmmanuel Vadot 146f126890aSEmmanuel Vadot pmu { 147f126890aSEmmanuel Vadot compatible = "arm,cortex-a9-pmu"; 148f126890aSEmmanuel Vadot interrupt-parent = <&gpc>; 149f126890aSEmmanuel Vadot interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; 150f126890aSEmmanuel Vadot }; 151f126890aSEmmanuel Vadot 152f126890aSEmmanuel Vadot usbphynop1: usbphynop1 { 153f126890aSEmmanuel Vadot compatible = "usb-nop-xceiv"; 154f126890aSEmmanuel Vadot #phy-cells = <0>; 155f126890aSEmmanuel Vadot }; 156f126890aSEmmanuel Vadot 157f126890aSEmmanuel Vadot soc: soc { 158f126890aSEmmanuel Vadot #address-cells = <1>; 159f126890aSEmmanuel Vadot #size-cells = <1>; 160f126890aSEmmanuel Vadot compatible = "simple-bus"; 161f126890aSEmmanuel Vadot interrupt-parent = <&gpc>; 162f126890aSEmmanuel Vadot ranges; 163f126890aSEmmanuel Vadot 164f126890aSEmmanuel Vadot ocram_s: sram@8f8000 { 165f126890aSEmmanuel Vadot compatible = "mmio-sram"; 166f126890aSEmmanuel Vadot reg = <0x008f8000 0x4000>; 167f126890aSEmmanuel Vadot ranges = <0 0x008f8000 0x4000>; 168f126890aSEmmanuel Vadot #address-cells = <1>; 169f126890aSEmmanuel Vadot #size-cells = <1>; 170f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_OCRAM_S>; 171f126890aSEmmanuel Vadot }; 172f126890aSEmmanuel Vadot 173f126890aSEmmanuel Vadot ocram: sram@900000 { 174f126890aSEmmanuel Vadot compatible = "mmio-sram"; 175f126890aSEmmanuel Vadot reg = <0x00900000 0x20000>; 176f126890aSEmmanuel Vadot ranges = <0 0x00900000 0x20000>; 177f126890aSEmmanuel Vadot #address-cells = <1>; 178f126890aSEmmanuel Vadot #size-cells = <1>; 179f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_OCRAM>; 180f126890aSEmmanuel Vadot }; 181f126890aSEmmanuel Vadot 182f126890aSEmmanuel Vadot intc: interrupt-controller@a01000 { 183f126890aSEmmanuel Vadot compatible = "arm,cortex-a9-gic"; 184f126890aSEmmanuel Vadot #interrupt-cells = <3>; 185f126890aSEmmanuel Vadot interrupt-controller; 186f126890aSEmmanuel Vadot reg = <0x00a01000 0x1000>, 187f126890aSEmmanuel Vadot <0x00a00100 0x100>; 188f126890aSEmmanuel Vadot interrupt-parent = <&intc>; 189f126890aSEmmanuel Vadot }; 190f126890aSEmmanuel Vadot 191f126890aSEmmanuel Vadot L2: cache-controller@a02000 { 192f126890aSEmmanuel Vadot compatible = "arm,pl310-cache"; 193f126890aSEmmanuel Vadot reg = <0x00a02000 0x1000>; 194f126890aSEmmanuel Vadot interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; 195f126890aSEmmanuel Vadot cache-unified; 196f126890aSEmmanuel Vadot cache-level = <2>; 197f126890aSEmmanuel Vadot arm,tag-latency = <4 2 3>; 198f126890aSEmmanuel Vadot arm,data-latency = <4 2 3>; 199f126890aSEmmanuel Vadot }; 200f126890aSEmmanuel Vadot 201f126890aSEmmanuel Vadot gpu: gpu@1800000 { 202f126890aSEmmanuel Vadot compatible = "vivante,gc"; 203f126890aSEmmanuel Vadot reg = <0x01800000 0x4000>; 204f126890aSEmmanuel Vadot interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; 205f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_GPU>, 206f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_GPU>, 207f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_GPU>; 208f126890aSEmmanuel Vadot clock-names = "bus", "core", "shader"; 209f126890aSEmmanuel Vadot power-domains = <&pd_pu>; 210f126890aSEmmanuel Vadot }; 211f126890aSEmmanuel Vadot 212f126890aSEmmanuel Vadot dma_apbh: dma-controller@1804000 { 213f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-dma-apbh", "fsl,imx28-dma-apbh"; 214f126890aSEmmanuel Vadot reg = <0x01804000 0x2000>; 215f126890aSEmmanuel Vadot interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, 216f126890aSEmmanuel Vadot <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, 217f126890aSEmmanuel Vadot <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, 218f126890aSEmmanuel Vadot <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>; 219f126890aSEmmanuel Vadot #dma-cells = <1>; 220f126890aSEmmanuel Vadot dma-channels = <4>; 221f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_APBH_DMA>; 222f126890aSEmmanuel Vadot }; 223f126890aSEmmanuel Vadot 224f126890aSEmmanuel Vadot gpmi: nand-controller@1806000 { 225f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpmi-nand"; 226f126890aSEmmanuel Vadot #address-cells = <1>; 227f126890aSEmmanuel Vadot #size-cells = <1>; 228f126890aSEmmanuel Vadot reg = <0x01806000 0x2000>, <0x01808000 0x4000>; 229f126890aSEmmanuel Vadot reg-names = "gpmi-nand", "bch"; 230f126890aSEmmanuel Vadot interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; 231f126890aSEmmanuel Vadot interrupt-names = "bch"; 232f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_GPMI_IO>, 233f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_GPMI_APB>, 234f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_GPMI_BCH>, 235f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_GPMI_BCH_APB>, 236f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PER1_BCH>; 237f126890aSEmmanuel Vadot clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch", 238f126890aSEmmanuel Vadot "gpmi_bch_apb", "per1_bch"; 239f126890aSEmmanuel Vadot dmas = <&dma_apbh 0>; 240f126890aSEmmanuel Vadot dma-names = "rx-tx"; 241f126890aSEmmanuel Vadot status = "disabled"; 242f126890aSEmmanuel Vadot }; 243f126890aSEmmanuel Vadot 244f126890aSEmmanuel Vadot aips1: bus@2000000 { 245f126890aSEmmanuel Vadot compatible = "fsl,aips-bus", "simple-bus"; 246f126890aSEmmanuel Vadot #address-cells = <1>; 247f126890aSEmmanuel Vadot #size-cells = <1>; 248f126890aSEmmanuel Vadot reg = <0x02000000 0x100000>; 249f126890aSEmmanuel Vadot ranges; 250f126890aSEmmanuel Vadot 251f126890aSEmmanuel Vadot spba-bus@2000000 { 252f126890aSEmmanuel Vadot compatible = "fsl,spba-bus", "simple-bus"; 253f126890aSEmmanuel Vadot #address-cells = <1>; 254f126890aSEmmanuel Vadot #size-cells = <1>; 255f126890aSEmmanuel Vadot reg = <0x02000000 0x40000>; 256f126890aSEmmanuel Vadot ranges; 257f126890aSEmmanuel Vadot 258f126890aSEmmanuel Vadot spdif: spdif@2004000 { 259f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-spdif", "fsl,imx35-spdif"; 260f126890aSEmmanuel Vadot reg = <0x02004000 0x4000>; 261f126890aSEmmanuel Vadot interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>; 262f126890aSEmmanuel Vadot dmas = <&sdma 14 18 0>, 263f126890aSEmmanuel Vadot <&sdma 15 18 0>; 264f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 265f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_SPDIF_GCLK>, 266f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_OSC>, 267f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SPDIF>, 268f126890aSEmmanuel Vadot <&clks 0>, <&clks 0>, <&clks 0>, 269f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_IPG>, 270f126890aSEmmanuel Vadot <&clks 0>, <&clks 0>, 271f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SPBA>; 272f126890aSEmmanuel Vadot clock-names = "core", "rxtx0", 273f126890aSEmmanuel Vadot "rxtx1", "rxtx2", 274f126890aSEmmanuel Vadot "rxtx3", "rxtx4", 275f126890aSEmmanuel Vadot "rxtx5", "rxtx6", 276f126890aSEmmanuel Vadot "rxtx7", "spba"; 277f126890aSEmmanuel Vadot status = "disabled"; 278f126890aSEmmanuel Vadot }; 279f126890aSEmmanuel Vadot 280f126890aSEmmanuel Vadot ecspi1: spi@2008000 { 281f126890aSEmmanuel Vadot #address-cells = <1>; 282f126890aSEmmanuel Vadot #size-cells = <0>; 283f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; 284f126890aSEmmanuel Vadot reg = <0x02008000 0x4000>; 285f126890aSEmmanuel Vadot interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; 286f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ECSPI1>, 287f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ECSPI1>; 288f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 289f126890aSEmmanuel Vadot status = "disabled"; 290f126890aSEmmanuel Vadot }; 291f126890aSEmmanuel Vadot 292f126890aSEmmanuel Vadot ecspi2: spi@200c000 { 293f126890aSEmmanuel Vadot #address-cells = <1>; 294f126890aSEmmanuel Vadot #size-cells = <0>; 295f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; 296f126890aSEmmanuel Vadot reg = <0x0200c000 0x4000>; 297f126890aSEmmanuel Vadot interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; 298f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ECSPI2>, 299f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ECSPI2>; 300f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 301f126890aSEmmanuel Vadot status = "disabled"; 302f126890aSEmmanuel Vadot }; 303f126890aSEmmanuel Vadot 304f126890aSEmmanuel Vadot ecspi3: spi@2010000 { 305f126890aSEmmanuel Vadot #address-cells = <1>; 306f126890aSEmmanuel Vadot #size-cells = <0>; 307f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; 308f126890aSEmmanuel Vadot reg = <0x02010000 0x4000>; 309f126890aSEmmanuel Vadot interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>; 310f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ECSPI3>, 311f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ECSPI3>; 312f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 313f126890aSEmmanuel Vadot status = "disabled"; 314f126890aSEmmanuel Vadot }; 315f126890aSEmmanuel Vadot 316f126890aSEmmanuel Vadot ecspi4: spi@2014000 { 317f126890aSEmmanuel Vadot #address-cells = <1>; 318f126890aSEmmanuel Vadot #size-cells = <0>; 319f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; 320f126890aSEmmanuel Vadot reg = <0x02014000 0x4000>; 321f126890aSEmmanuel Vadot interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; 322f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ECSPI4>, 323f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ECSPI4>; 324f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 325f126890aSEmmanuel Vadot status = "disabled"; 326f126890aSEmmanuel Vadot }; 327f126890aSEmmanuel Vadot 328f126890aSEmmanuel Vadot uart1: serial@2020000 { 329f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-uart", 330f126890aSEmmanuel Vadot "fsl,imx6q-uart", "fsl,imx21-uart"; 331f126890aSEmmanuel Vadot reg = <0x02020000 0x4000>; 332f126890aSEmmanuel Vadot interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; 333f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_UART_IPG>, 334f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_UART_SERIAL>; 335f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 336f126890aSEmmanuel Vadot dmas = <&sdma 25 4 0>, <&sdma 26 4 0>; 337f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 338f126890aSEmmanuel Vadot status = "disabled"; 339f126890aSEmmanuel Vadot }; 340f126890aSEmmanuel Vadot 341f126890aSEmmanuel Vadot esai: esai@2024000 { 342*7d0873ebSEmmanuel Vadot compatible = "fsl,imx35-esai"; 343f126890aSEmmanuel Vadot reg = <0x02024000 0x4000>; 344f126890aSEmmanuel Vadot interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; 345f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ESAI_IPG>, 346f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ESAI_EXTAL>, 347f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ESAI_IPG>, 348f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SPBA>; 349*7d0873ebSEmmanuel Vadot clock-names = "core", "extal", 350f126890aSEmmanuel Vadot "fsys", "spba"; 351f126890aSEmmanuel Vadot dmas = <&sdma 23 21 0>, 352f126890aSEmmanuel Vadot <&sdma 24 21 0>; 353f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 354f126890aSEmmanuel Vadot status = "disabled"; 355f126890aSEmmanuel Vadot }; 356f126890aSEmmanuel Vadot 357f126890aSEmmanuel Vadot ssi1: ssi@2028000 { 358f126890aSEmmanuel Vadot #sound-dai-cells = <0>; 359f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ssi", "fsl,imx51-ssi"; 360f126890aSEmmanuel Vadot reg = <0x02028000 0x4000>; 361f126890aSEmmanuel Vadot interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; 362f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_SSI1_IPG>, 363f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SSI1>; 364f126890aSEmmanuel Vadot clock-names = "ipg", "baud"; 365f126890aSEmmanuel Vadot dmas = <&sdma 37 1 0>, <&sdma 38 1 0>; 366f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 367f126890aSEmmanuel Vadot fsl,fifo-depth = <15>; 368f126890aSEmmanuel Vadot status = "disabled"; 369f126890aSEmmanuel Vadot }; 370f126890aSEmmanuel Vadot 371f126890aSEmmanuel Vadot ssi2: ssi@202c000 { 372f126890aSEmmanuel Vadot #sound-dai-cells = <0>; 373f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ssi", "fsl,imx51-ssi"; 374f126890aSEmmanuel Vadot reg = <0x0202c000 0x4000>; 375f126890aSEmmanuel Vadot interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>; 376f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_SSI2_IPG>, 377f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SSI2>; 378f126890aSEmmanuel Vadot clock-names = "ipg", "baud"; 379f126890aSEmmanuel Vadot dmas = <&sdma 41 1 0>, <&sdma 42 1 0>; 380f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 381f126890aSEmmanuel Vadot fsl,fifo-depth = <15>; 382f126890aSEmmanuel Vadot status = "disabled"; 383f126890aSEmmanuel Vadot }; 384f126890aSEmmanuel Vadot 385f126890aSEmmanuel Vadot ssi3: ssi@2030000 { 386f126890aSEmmanuel Vadot #sound-dai-cells = <0>; 387f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ssi", "fsl,imx51-ssi"; 388f126890aSEmmanuel Vadot reg = <0x02030000 0x4000>; 389f126890aSEmmanuel Vadot interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; 390f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_SSI3_IPG>, 391f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SSI3>; 392f126890aSEmmanuel Vadot clock-names = "ipg", "baud"; 393f126890aSEmmanuel Vadot dmas = <&sdma 45 1 0>, <&sdma 46 1 0>; 394f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 395f126890aSEmmanuel Vadot fsl,fifo-depth = <15>; 396f126890aSEmmanuel Vadot status = "disabled"; 397f126890aSEmmanuel Vadot }; 398f126890aSEmmanuel Vadot 399f126890aSEmmanuel Vadot asrc: asrc@2034000 { 400f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-asrc", "fsl,imx53-asrc"; 401f126890aSEmmanuel Vadot reg = <0x02034000 0x4000>; 402f126890aSEmmanuel Vadot interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>; 403f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ASRC_IPG>, 404f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ASRC_MEM>, <&clks 0>, 405f126890aSEmmanuel Vadot <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>, 406f126890aSEmmanuel Vadot <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>, 407f126890aSEmmanuel Vadot <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>, 408f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SPDIF>, <&clks 0>, <&clks 0>, 409f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SPBA>; 410f126890aSEmmanuel Vadot clock-names = "mem", "ipg", "asrck_0", 411f126890aSEmmanuel Vadot "asrck_1", "asrck_2", "asrck_3", "asrck_4", 412f126890aSEmmanuel Vadot "asrck_5", "asrck_6", "asrck_7", "asrck_8", 413f126890aSEmmanuel Vadot "asrck_9", "asrck_a", "asrck_b", "asrck_c", 414f126890aSEmmanuel Vadot "asrck_d", "asrck_e", "asrck_f", "spba"; 415f126890aSEmmanuel Vadot dmas = <&sdma 17 23 1>, <&sdma 18 23 1>, 416f126890aSEmmanuel Vadot <&sdma 19 23 1>, <&sdma 20 23 1>, 417f126890aSEmmanuel Vadot <&sdma 21 23 1>, <&sdma 22 23 1>; 418f126890aSEmmanuel Vadot dma-names = "rxa", "rxb", "rxc", 419f126890aSEmmanuel Vadot "txa", "txb", "txc"; 420f126890aSEmmanuel Vadot fsl,asrc-rate = <48000>; 421f126890aSEmmanuel Vadot fsl,asrc-width = <16>; 422f126890aSEmmanuel Vadot status = "okay"; 423f126890aSEmmanuel Vadot }; 424f126890aSEmmanuel Vadot }; 425f126890aSEmmanuel Vadot 426f126890aSEmmanuel Vadot pwm1: pwm@2080000 { 427f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; 428f126890aSEmmanuel Vadot reg = <0x02080000 0x4000>; 429f126890aSEmmanuel Vadot interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; 430f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PWM1>, 431f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PWM1>; 432f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 433f126890aSEmmanuel Vadot #pwm-cells = <3>; 434f126890aSEmmanuel Vadot }; 435f126890aSEmmanuel Vadot 436f126890aSEmmanuel Vadot pwm2: pwm@2084000 { 437f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; 438f126890aSEmmanuel Vadot reg = <0x02084000 0x4000>; 439f126890aSEmmanuel Vadot interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; 440f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PWM2>, 441f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PWM2>; 442f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 443f126890aSEmmanuel Vadot #pwm-cells = <3>; 444f126890aSEmmanuel Vadot }; 445f126890aSEmmanuel Vadot 446f126890aSEmmanuel Vadot pwm3: pwm@2088000 { 447f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; 448f126890aSEmmanuel Vadot reg = <0x02088000 0x4000>; 449f126890aSEmmanuel Vadot interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; 450f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PWM3>, 451f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PWM3>; 452f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 453f126890aSEmmanuel Vadot #pwm-cells = <3>; 454f126890aSEmmanuel Vadot }; 455f126890aSEmmanuel Vadot 456f126890aSEmmanuel Vadot pwm4: pwm@208c000 { 457f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; 458f126890aSEmmanuel Vadot reg = <0x0208c000 0x4000>; 459f126890aSEmmanuel Vadot interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; 460f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PWM4>, 461f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PWM4>; 462f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 463f126890aSEmmanuel Vadot #pwm-cells = <3>; 464f126890aSEmmanuel Vadot }; 465f126890aSEmmanuel Vadot 466f126890aSEmmanuel Vadot flexcan1: can@2090000 { 467f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-flexcan", "fsl,imx6q-flexcan"; 468f126890aSEmmanuel Vadot reg = <0x02090000 0x4000>; 469f126890aSEmmanuel Vadot interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>; 470f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_CAN1_IPG>, 471f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_CAN1_SERIAL>; 472f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 473f126890aSEmmanuel Vadot fsl,stop-mode = <&gpr 0x10 1>; 474f126890aSEmmanuel Vadot status = "disabled"; 475f126890aSEmmanuel Vadot }; 476f126890aSEmmanuel Vadot 477f126890aSEmmanuel Vadot flexcan2: can@2094000 { 478f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-flexcan", "fsl,imx6q-flexcan"; 479f126890aSEmmanuel Vadot reg = <0x02094000 0x4000>; 480f126890aSEmmanuel Vadot interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>; 481f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_CAN2_IPG>, 482f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_CAN2_SERIAL>; 483f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 484f126890aSEmmanuel Vadot fsl,stop-mode = <&gpr 0x10 2>; 485f126890aSEmmanuel Vadot status = "disabled"; 486f126890aSEmmanuel Vadot }; 487f126890aSEmmanuel Vadot 488f126890aSEmmanuel Vadot gpt: timer@2098000 { 489f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpt", "fsl,imx6dl-gpt"; 490f126890aSEmmanuel Vadot reg = <0x02098000 0x4000>; 491f126890aSEmmanuel Vadot interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; 492f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_GPT_BUS>, 493f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_GPT_3M>; 494f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 495f126890aSEmmanuel Vadot }; 496f126890aSEmmanuel Vadot 497f126890aSEmmanuel Vadot gpio1: gpio@209c000 { 498f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio"; 499f126890aSEmmanuel Vadot reg = <0x0209c000 0x4000>; 500f126890aSEmmanuel Vadot interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>, 501f126890aSEmmanuel Vadot <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; 502f126890aSEmmanuel Vadot gpio-controller; 503f126890aSEmmanuel Vadot #gpio-cells = <2>; 504f126890aSEmmanuel Vadot interrupt-controller; 505f126890aSEmmanuel Vadot #interrupt-cells = <2>; 506f126890aSEmmanuel Vadot gpio-ranges = <&iomuxc 0 5 26>; 507f126890aSEmmanuel Vadot }; 508f126890aSEmmanuel Vadot 509f126890aSEmmanuel Vadot gpio2: gpio@20a0000 { 510f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio"; 511f126890aSEmmanuel Vadot reg = <0x020a0000 0x4000>; 512f126890aSEmmanuel Vadot interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>, 513f126890aSEmmanuel Vadot <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>; 514f126890aSEmmanuel Vadot gpio-controller; 515f126890aSEmmanuel Vadot #gpio-cells = <2>; 516f126890aSEmmanuel Vadot interrupt-controller; 517f126890aSEmmanuel Vadot #interrupt-cells = <2>; 518f126890aSEmmanuel Vadot gpio-ranges = <&iomuxc 0 31 20>; 519f126890aSEmmanuel Vadot }; 520f126890aSEmmanuel Vadot 521f126890aSEmmanuel Vadot gpio3: gpio@20a4000 { 522f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio"; 523f126890aSEmmanuel Vadot reg = <0x020a4000 0x4000>; 524f126890aSEmmanuel Vadot interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>, 525f126890aSEmmanuel Vadot <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; 526f126890aSEmmanuel Vadot gpio-controller; 527f126890aSEmmanuel Vadot #gpio-cells = <2>; 528f126890aSEmmanuel Vadot interrupt-controller; 529f126890aSEmmanuel Vadot #interrupt-cells = <2>; 530f126890aSEmmanuel Vadot gpio-ranges = <&iomuxc 0 51 29>; 531f126890aSEmmanuel Vadot }; 532f126890aSEmmanuel Vadot 533f126890aSEmmanuel Vadot gpio4: gpio@20a8000 { 534f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio"; 535f126890aSEmmanuel Vadot reg = <0x020a8000 0x4000>; 536f126890aSEmmanuel Vadot interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>, 537f126890aSEmmanuel Vadot <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; 538f126890aSEmmanuel Vadot gpio-controller; 539f126890aSEmmanuel Vadot #gpio-cells = <2>; 540f126890aSEmmanuel Vadot interrupt-controller; 541f126890aSEmmanuel Vadot #interrupt-cells = <2>; 542f126890aSEmmanuel Vadot gpio-ranges = <&iomuxc 0 80 32>; 543f126890aSEmmanuel Vadot }; 544f126890aSEmmanuel Vadot 545f126890aSEmmanuel Vadot gpio5: gpio@20ac000 { 546f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio"; 547f126890aSEmmanuel Vadot reg = <0x020ac000 0x4000>; 548f126890aSEmmanuel Vadot interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>, 549f126890aSEmmanuel Vadot <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; 550f126890aSEmmanuel Vadot gpio-controller; 551f126890aSEmmanuel Vadot #gpio-cells = <2>; 552f126890aSEmmanuel Vadot interrupt-controller; 553f126890aSEmmanuel Vadot #interrupt-cells = <2>; 554f126890aSEmmanuel Vadot gpio-ranges = <&iomuxc 0 112 24>; 555f126890aSEmmanuel Vadot }; 556f126890aSEmmanuel Vadot 557f126890aSEmmanuel Vadot gpio6: gpio@20b0000 { 558f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio"; 559f126890aSEmmanuel Vadot reg = <0x020b0000 0x4000>; 560f126890aSEmmanuel Vadot interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>, 561f126890aSEmmanuel Vadot <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; 562f126890aSEmmanuel Vadot gpio-controller; 563f126890aSEmmanuel Vadot #gpio-cells = <2>; 564f126890aSEmmanuel Vadot interrupt-controller; 565f126890aSEmmanuel Vadot #interrupt-cells = <2>; 566f126890aSEmmanuel Vadot gpio-ranges = <&iomuxc 0 136 12>, <&iomuxc 12 158 11>; 567f126890aSEmmanuel Vadot }; 568f126890aSEmmanuel Vadot 569f126890aSEmmanuel Vadot gpio7: gpio@20b4000 { 570f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio"; 571f126890aSEmmanuel Vadot reg = <0x020b4000 0x4000>; 572f126890aSEmmanuel Vadot interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>, 573f126890aSEmmanuel Vadot <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; 574f126890aSEmmanuel Vadot gpio-controller; 575f126890aSEmmanuel Vadot #gpio-cells = <2>; 576f126890aSEmmanuel Vadot interrupt-controller; 577f126890aSEmmanuel Vadot #interrupt-cells = <2>; 578f126890aSEmmanuel Vadot gpio-ranges = <&iomuxc 0 148 10>, <&iomuxc 10 169 2>; 579f126890aSEmmanuel Vadot }; 580f126890aSEmmanuel Vadot 581f126890aSEmmanuel Vadot kpp: keypad@20b8000 { 582f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-kpp", "fsl,imx21-kpp"; 583f126890aSEmmanuel Vadot reg = <0x020b8000 0x4000>; 584f126890aSEmmanuel Vadot interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; 585f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_IPG>; 586f126890aSEmmanuel Vadot status = "disabled"; 587f126890aSEmmanuel Vadot }; 588f126890aSEmmanuel Vadot 589f126890aSEmmanuel Vadot wdog1: watchdog@20bc000 { 590f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; 591f126890aSEmmanuel Vadot reg = <0x020bc000 0x4000>; 592f126890aSEmmanuel Vadot interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; 593f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_IPG>; 594f126890aSEmmanuel Vadot }; 595f126890aSEmmanuel Vadot 596f126890aSEmmanuel Vadot wdog2: watchdog@20c0000 { 597f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; 598f126890aSEmmanuel Vadot reg = <0x020c0000 0x4000>; 599f126890aSEmmanuel Vadot interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; 600f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_IPG>; 601f126890aSEmmanuel Vadot status = "disabled"; 602f126890aSEmmanuel Vadot }; 603f126890aSEmmanuel Vadot 604f126890aSEmmanuel Vadot clks: clock-controller@20c4000 { 605f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ccm"; 606f126890aSEmmanuel Vadot reg = <0x020c4000 0x4000>; 607f126890aSEmmanuel Vadot interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>, 608f126890aSEmmanuel Vadot <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>; 609f126890aSEmmanuel Vadot #clock-cells = <1>; 610f126890aSEmmanuel Vadot clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>, <&anaclk1>, <&anaclk2>; 611f126890aSEmmanuel Vadot clock-names = "ckil", "osc", "ipp_di0", "ipp_di1", "anaclk1", "anaclk2"; 612f126890aSEmmanuel Vadot }; 613f126890aSEmmanuel Vadot 614f126890aSEmmanuel Vadot anatop: anatop@20c8000 { 615f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-anatop", "fsl,imx6q-anatop", 616f126890aSEmmanuel Vadot "syscon", "simple-mfd"; 617f126890aSEmmanuel Vadot reg = <0x020c8000 0x1000>; 618f126890aSEmmanuel Vadot interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>, 619f126890aSEmmanuel Vadot <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>, 620f126890aSEmmanuel Vadot <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>; 621f126890aSEmmanuel Vadot 622f126890aSEmmanuel Vadot reg_vdd1p1: regulator-1p1 { 623f126890aSEmmanuel Vadot compatible = "fsl,anatop-regulator"; 624f126890aSEmmanuel Vadot regulator-name = "vdd1p1"; 625f126890aSEmmanuel Vadot regulator-min-microvolt = <1000000>; 626f126890aSEmmanuel Vadot regulator-max-microvolt = <1200000>; 627f126890aSEmmanuel Vadot regulator-always-on; 628f126890aSEmmanuel Vadot anatop-reg-offset = <0x110>; 629f126890aSEmmanuel Vadot anatop-vol-bit-shift = <8>; 630f126890aSEmmanuel Vadot anatop-vol-bit-width = <5>; 631f126890aSEmmanuel Vadot anatop-min-bit-val = <4>; 632f126890aSEmmanuel Vadot anatop-min-voltage = <800000>; 633f126890aSEmmanuel Vadot anatop-max-voltage = <1375000>; 634f126890aSEmmanuel Vadot anatop-enable-bit = <0>; 635f126890aSEmmanuel Vadot }; 636f126890aSEmmanuel Vadot 637f126890aSEmmanuel Vadot reg_vdd3p0: regulator-3p0 { 638f126890aSEmmanuel Vadot compatible = "fsl,anatop-regulator"; 639f126890aSEmmanuel Vadot regulator-name = "vdd3p0"; 640f126890aSEmmanuel Vadot regulator-min-microvolt = <2800000>; 641f126890aSEmmanuel Vadot regulator-max-microvolt = <3150000>; 642f126890aSEmmanuel Vadot regulator-always-on; 643f126890aSEmmanuel Vadot anatop-reg-offset = <0x120>; 644f126890aSEmmanuel Vadot anatop-vol-bit-shift = <8>; 645f126890aSEmmanuel Vadot anatop-vol-bit-width = <5>; 646f126890aSEmmanuel Vadot anatop-min-bit-val = <0>; 647f126890aSEmmanuel Vadot anatop-min-voltage = <2625000>; 648f126890aSEmmanuel Vadot anatop-max-voltage = <3400000>; 649f126890aSEmmanuel Vadot anatop-enable-bit = <0>; 650f126890aSEmmanuel Vadot }; 651f126890aSEmmanuel Vadot 652f126890aSEmmanuel Vadot reg_vdd2p5: regulator-2p5 { 653f126890aSEmmanuel Vadot compatible = "fsl,anatop-regulator"; 654f126890aSEmmanuel Vadot regulator-name = "vdd2p5"; 655f126890aSEmmanuel Vadot regulator-min-microvolt = <2250000>; 656f126890aSEmmanuel Vadot regulator-max-microvolt = <2750000>; 657f126890aSEmmanuel Vadot regulator-always-on; 658f126890aSEmmanuel Vadot anatop-reg-offset = <0x130>; 659f126890aSEmmanuel Vadot anatop-vol-bit-shift = <8>; 660f126890aSEmmanuel Vadot anatop-vol-bit-width = <5>; 661f126890aSEmmanuel Vadot anatop-min-bit-val = <0>; 662f126890aSEmmanuel Vadot anatop-min-voltage = <2100000>; 663f126890aSEmmanuel Vadot anatop-max-voltage = <2875000>; 664f126890aSEmmanuel Vadot anatop-enable-bit = <0>; 665f126890aSEmmanuel Vadot }; 666f126890aSEmmanuel Vadot 667f126890aSEmmanuel Vadot reg_arm: regulator-vddcore { 668f126890aSEmmanuel Vadot compatible = "fsl,anatop-regulator"; 669f126890aSEmmanuel Vadot regulator-name = "vddarm"; 670f126890aSEmmanuel Vadot regulator-min-microvolt = <725000>; 671f126890aSEmmanuel Vadot regulator-max-microvolt = <1450000>; 672f126890aSEmmanuel Vadot regulator-always-on; 673f126890aSEmmanuel Vadot anatop-reg-offset = <0x140>; 674f126890aSEmmanuel Vadot anatop-vol-bit-shift = <0>; 675f126890aSEmmanuel Vadot anatop-vol-bit-width = <5>; 676f126890aSEmmanuel Vadot anatop-delay-reg-offset = <0x170>; 677f126890aSEmmanuel Vadot anatop-delay-bit-shift = <24>; 678f126890aSEmmanuel Vadot anatop-delay-bit-width = <2>; 679f126890aSEmmanuel Vadot anatop-min-bit-val = <1>; 680f126890aSEmmanuel Vadot anatop-min-voltage = <725000>; 681f126890aSEmmanuel Vadot anatop-max-voltage = <1450000>; 682f126890aSEmmanuel Vadot }; 683f126890aSEmmanuel Vadot 684f126890aSEmmanuel Vadot reg_pcie: regulator-vddpcie { 685f126890aSEmmanuel Vadot compatible = "fsl,anatop-regulator"; 686f126890aSEmmanuel Vadot regulator-name = "vddpcie"; 687f126890aSEmmanuel Vadot regulator-min-microvolt = <725000>; 688f126890aSEmmanuel Vadot regulator-max-microvolt = <1450000>; 689f126890aSEmmanuel Vadot anatop-reg-offset = <0x140>; 690f126890aSEmmanuel Vadot anatop-vol-bit-shift = <9>; 691f126890aSEmmanuel Vadot anatop-vol-bit-width = <5>; 692f126890aSEmmanuel Vadot anatop-delay-reg-offset = <0x170>; 693f126890aSEmmanuel Vadot anatop-delay-bit-shift = <26>; 694f126890aSEmmanuel Vadot anatop-delay-bit-width = <2>; 695f126890aSEmmanuel Vadot anatop-min-bit-val = <1>; 696f126890aSEmmanuel Vadot anatop-min-voltage = <725000>; 697f126890aSEmmanuel Vadot anatop-max-voltage = <1450000>; 698f126890aSEmmanuel Vadot }; 699f126890aSEmmanuel Vadot 700f126890aSEmmanuel Vadot reg_soc: regulator-vddsoc { 701f126890aSEmmanuel Vadot compatible = "fsl,anatop-regulator"; 702f126890aSEmmanuel Vadot regulator-name = "vddsoc"; 703f126890aSEmmanuel Vadot regulator-min-microvolt = <725000>; 704f126890aSEmmanuel Vadot regulator-max-microvolt = <1450000>; 705f126890aSEmmanuel Vadot regulator-always-on; 706f126890aSEmmanuel Vadot anatop-reg-offset = <0x140>; 707f126890aSEmmanuel Vadot anatop-vol-bit-shift = <18>; 708f126890aSEmmanuel Vadot anatop-vol-bit-width = <5>; 709f126890aSEmmanuel Vadot anatop-delay-reg-offset = <0x170>; 710f126890aSEmmanuel Vadot anatop-delay-bit-shift = <28>; 711f126890aSEmmanuel Vadot anatop-delay-bit-width = <2>; 712f126890aSEmmanuel Vadot anatop-min-bit-val = <1>; 713f126890aSEmmanuel Vadot anatop-min-voltage = <725000>; 714f126890aSEmmanuel Vadot anatop-max-voltage = <1450000>; 715f126890aSEmmanuel Vadot }; 716f126890aSEmmanuel Vadot 717f126890aSEmmanuel Vadot tempmon: tempmon { 718f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon"; 719f126890aSEmmanuel Vadot interrupt-parent = <&gpc>; 720f126890aSEmmanuel Vadot interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; 721f126890aSEmmanuel Vadot fsl,tempmon = <&anatop>; 722f126890aSEmmanuel Vadot nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>; 723f126890aSEmmanuel Vadot nvmem-cell-names = "calib", "temp_grade"; 724f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PLL3_USB_OTG>; 725f126890aSEmmanuel Vadot }; 726f126890aSEmmanuel Vadot }; 727f126890aSEmmanuel Vadot 728f126890aSEmmanuel Vadot usbphy1: usbphy@20c9000 { 729f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usbphy", "fsl,imx23-usbphy"; 730f126890aSEmmanuel Vadot reg = <0x020c9000 0x1000>; 731f126890aSEmmanuel Vadot interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>; 732f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USBPHY1>; 733f126890aSEmmanuel Vadot fsl,anatop = <&anatop>; 734f126890aSEmmanuel Vadot }; 735f126890aSEmmanuel Vadot 736f126890aSEmmanuel Vadot usbphy2: usbphy@20ca000 { 737f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usbphy", "fsl,imx23-usbphy"; 738f126890aSEmmanuel Vadot reg = <0x020ca000 0x1000>; 739f126890aSEmmanuel Vadot interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; 740f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USBPHY2>; 741f126890aSEmmanuel Vadot fsl,anatop = <&anatop>; 742f126890aSEmmanuel Vadot }; 743f126890aSEmmanuel Vadot 744f126890aSEmmanuel Vadot snvs: snvs@20cc000 { 745f126890aSEmmanuel Vadot compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd"; 746f126890aSEmmanuel Vadot reg = <0x020cc000 0x4000>; 747f126890aSEmmanuel Vadot 748f126890aSEmmanuel Vadot snvs_rtc: snvs-rtc-lp { 749f126890aSEmmanuel Vadot compatible = "fsl,sec-v4.0-mon-rtc-lp"; 750f126890aSEmmanuel Vadot regmap = <&snvs>; 751f126890aSEmmanuel Vadot offset = <0x34>; 752f126890aSEmmanuel Vadot interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; 753f126890aSEmmanuel Vadot }; 754f126890aSEmmanuel Vadot 755f126890aSEmmanuel Vadot snvs_poweroff: snvs-poweroff { 756f126890aSEmmanuel Vadot compatible = "syscon-poweroff"; 757f126890aSEmmanuel Vadot regmap = <&snvs>; 758f126890aSEmmanuel Vadot offset = <0x38>; 759f126890aSEmmanuel Vadot value = <0x60>; 760f126890aSEmmanuel Vadot mask = <0x60>; 761f126890aSEmmanuel Vadot status = "disabled"; 762f126890aSEmmanuel Vadot }; 763f126890aSEmmanuel Vadot 764f126890aSEmmanuel Vadot snvs_pwrkey: snvs-powerkey { 765f126890aSEmmanuel Vadot compatible = "fsl,sec-v4.0-pwrkey"; 766f126890aSEmmanuel Vadot regmap = <&snvs>; 767f126890aSEmmanuel Vadot interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 768f126890aSEmmanuel Vadot linux,keycode = <KEY_POWER>; 769f126890aSEmmanuel Vadot wakeup-source; 770f126890aSEmmanuel Vadot status = "disabled"; 771f126890aSEmmanuel Vadot }; 772f126890aSEmmanuel Vadot }; 773f126890aSEmmanuel Vadot 774f126890aSEmmanuel Vadot epit1: epit@20d0000 { 775f126890aSEmmanuel Vadot reg = <0x020d0000 0x4000>; 776f126890aSEmmanuel Vadot interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>; 777f126890aSEmmanuel Vadot }; 778f126890aSEmmanuel Vadot 779f126890aSEmmanuel Vadot epit2: epit@20d4000 { 780f126890aSEmmanuel Vadot reg = <0x020d4000 0x4000>; 781f126890aSEmmanuel Vadot interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>; 782f126890aSEmmanuel Vadot }; 783f126890aSEmmanuel Vadot 784f126890aSEmmanuel Vadot src: reset-controller@20d8000 { 785f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-src", "fsl,imx51-src"; 786f126890aSEmmanuel Vadot reg = <0x020d8000 0x4000>; 787f126890aSEmmanuel Vadot interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>, 788f126890aSEmmanuel Vadot <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>; 789f126890aSEmmanuel Vadot #reset-cells = <1>; 790f126890aSEmmanuel Vadot }; 791f126890aSEmmanuel Vadot 792f126890aSEmmanuel Vadot gpc: gpc@20dc000 { 793f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-gpc", "fsl,imx6q-gpc"; 794f126890aSEmmanuel Vadot reg = <0x020dc000 0x4000>; 795f126890aSEmmanuel Vadot interrupt-controller; 796f126890aSEmmanuel Vadot #interrupt-cells = <3>; 797f126890aSEmmanuel Vadot interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; 798f126890aSEmmanuel Vadot interrupt-parent = <&intc>; 799f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_IPG>; 800f126890aSEmmanuel Vadot clock-names = "ipg"; 801f126890aSEmmanuel Vadot 802f126890aSEmmanuel Vadot pgc { 803f126890aSEmmanuel Vadot #address-cells = <1>; 804f126890aSEmmanuel Vadot #size-cells = <0>; 805f126890aSEmmanuel Vadot 806f126890aSEmmanuel Vadot power-domain@0 { 807f126890aSEmmanuel Vadot reg = <0>; 808f126890aSEmmanuel Vadot #power-domain-cells = <0>; 809f126890aSEmmanuel Vadot }; 810f126890aSEmmanuel Vadot 811f126890aSEmmanuel Vadot pd_pu: power-domain@1 { 812f126890aSEmmanuel Vadot reg = <1>; 813f126890aSEmmanuel Vadot #power-domain-cells = <0>; 814f126890aSEmmanuel Vadot power-supply = <®_soc>; 815f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_GPU>; 816f126890aSEmmanuel Vadot }; 817f126890aSEmmanuel Vadot 818f126890aSEmmanuel Vadot pd_disp: power-domain@2 { 819f126890aSEmmanuel Vadot reg = <2>; 820f126890aSEmmanuel Vadot #power-domain-cells = <0>; 821f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PXP_AXI>, 822f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_DISPLAY_AXI>, 823f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_LCDIF1_PIX>, 824f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_LCDIF_APB>, 825f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_LCDIF2_PIX>, 826f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_CSI>, 827f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_VADC>; 828f126890aSEmmanuel Vadot }; 829f126890aSEmmanuel Vadot 830f126890aSEmmanuel Vadot pd_pci: power-domain@3 { 831f126890aSEmmanuel Vadot reg = <3>; 832f126890aSEmmanuel Vadot #power-domain-cells = <0>; 833f126890aSEmmanuel Vadot power-supply = <®_pcie>; 834f126890aSEmmanuel Vadot }; 835f126890aSEmmanuel Vadot }; 836f126890aSEmmanuel Vadot }; 837f126890aSEmmanuel Vadot 838f126890aSEmmanuel Vadot iomuxc: pinctrl@20e0000 { 839f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-iomuxc"; 840f126890aSEmmanuel Vadot reg = <0x020e0000 0x4000>; 841f126890aSEmmanuel Vadot }; 842f126890aSEmmanuel Vadot 843f126890aSEmmanuel Vadot gpr: syscon@20e4000 { 844f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-iomuxc-gpr", 845f126890aSEmmanuel Vadot "fsl,imx6q-iomuxc-gpr", "syscon", "simple-mfd"; 846f126890aSEmmanuel Vadot #address-cells = <1>; 847f126890aSEmmanuel Vadot #size-cells = <1>; 848f126890aSEmmanuel Vadot reg = <0x020e4000 0x4000>; 849f126890aSEmmanuel Vadot 850f126890aSEmmanuel Vadot lvds_bridge: bridge@18 { 851f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ldb"; 852f126890aSEmmanuel Vadot reg = <0x18 0x4>; 853f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_LDB_DI0>; 854f126890aSEmmanuel Vadot clock-names = "ldb"; 855f126890aSEmmanuel Vadot status = "disabled"; 856f126890aSEmmanuel Vadot 857f126890aSEmmanuel Vadot ports { 858f126890aSEmmanuel Vadot #address-cells = <1>; 859f126890aSEmmanuel Vadot #size-cells = <0>; 860f126890aSEmmanuel Vadot 861f126890aSEmmanuel Vadot port@0 { 862f126890aSEmmanuel Vadot reg = <0>; 863f126890aSEmmanuel Vadot 864f126890aSEmmanuel Vadot ldb_from_lcdif1: endpoint { 865f126890aSEmmanuel Vadot }; 866f126890aSEmmanuel Vadot }; 867f126890aSEmmanuel Vadot 868f126890aSEmmanuel Vadot port@1 { 869f126890aSEmmanuel Vadot reg = <1>; 870f126890aSEmmanuel Vadot 871f126890aSEmmanuel Vadot ldb_lvds_ch0: endpoint { 872f126890aSEmmanuel Vadot }; 873f126890aSEmmanuel Vadot }; 874f126890aSEmmanuel Vadot }; 875f126890aSEmmanuel Vadot }; 876f126890aSEmmanuel Vadot }; 877f126890aSEmmanuel Vadot 878f126890aSEmmanuel Vadot sdma: dma-controller@20ec000 { 879f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-sdma", "fsl,imx6q-sdma"; 880f126890aSEmmanuel Vadot reg = <0x020ec000 0x4000>; 881f126890aSEmmanuel Vadot interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; 882f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_IPG>, 883f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SDMA>; 884f126890aSEmmanuel Vadot clock-names = "ipg", "ahb"; 885f126890aSEmmanuel Vadot #dma-cells = <3>; 886f126890aSEmmanuel Vadot /* imx6sx reuses imx6q sdma firmware */ 887f126890aSEmmanuel Vadot fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin"; 888f126890aSEmmanuel Vadot }; 889f126890aSEmmanuel Vadot }; 890f126890aSEmmanuel Vadot 891f126890aSEmmanuel Vadot aips2: bus@2100000 { 892f126890aSEmmanuel Vadot compatible = "fsl,aips-bus", "simple-bus"; 893f126890aSEmmanuel Vadot #address-cells = <1>; 894f126890aSEmmanuel Vadot #size-cells = <1>; 895f126890aSEmmanuel Vadot reg = <0x02100000 0x100000>; 896f126890aSEmmanuel Vadot ranges; 897f126890aSEmmanuel Vadot 898f126890aSEmmanuel Vadot crypto: crypto@2100000 { 899f126890aSEmmanuel Vadot compatible = "fsl,sec-v4.0"; 900f126890aSEmmanuel Vadot #address-cells = <1>; 901f126890aSEmmanuel Vadot #size-cells = <1>; 902f126890aSEmmanuel Vadot reg = <0x2100000 0x10000>; 903f126890aSEmmanuel Vadot ranges = <0 0x2100000 0x10000>; 904f126890aSEmmanuel Vadot interrupt-parent = <&intc>; 905f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_CAAM_MEM>, 906f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_CAAM_ACLK>, 907f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_CAAM_IPG>, 908f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_EIM_SLOW>; 909f126890aSEmmanuel Vadot clock-names = "mem", "aclk", "ipg", "emi_slow"; 910f126890aSEmmanuel Vadot 911f126890aSEmmanuel Vadot sec_jr0: jr@1000 { 912f126890aSEmmanuel Vadot compatible = "fsl,sec-v4.0-job-ring"; 913f126890aSEmmanuel Vadot reg = <0x1000 0x1000>; 914f126890aSEmmanuel Vadot interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; 915f126890aSEmmanuel Vadot }; 916f126890aSEmmanuel Vadot 917f126890aSEmmanuel Vadot sec_jr1: jr@2000 { 918f126890aSEmmanuel Vadot compatible = "fsl,sec-v4.0-job-ring"; 919f126890aSEmmanuel Vadot reg = <0x2000 0x1000>; 920f126890aSEmmanuel Vadot interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; 921f126890aSEmmanuel Vadot }; 922f126890aSEmmanuel Vadot }; 923f126890aSEmmanuel Vadot 924f126890aSEmmanuel Vadot usbotg1: usb@2184000 { 925f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usb", "fsl,imx27-usb"; 926f126890aSEmmanuel Vadot reg = <0x02184000 0x200>; 927f126890aSEmmanuel Vadot interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>; 928f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USBOH3>; 929f126890aSEmmanuel Vadot fsl,usbphy = <&usbphy1>; 930f126890aSEmmanuel Vadot fsl,usbmisc = <&usbmisc 0>; 931f126890aSEmmanuel Vadot ahb-burst-config = <0x0>; 932f126890aSEmmanuel Vadot tx-burst-size-dword = <0x10>; 933f126890aSEmmanuel Vadot rx-burst-size-dword = <0x10>; 934f126890aSEmmanuel Vadot status = "disabled"; 935f126890aSEmmanuel Vadot }; 936f126890aSEmmanuel Vadot 937f126890aSEmmanuel Vadot usbotg2: usb@2184200 { 938f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usb", "fsl,imx27-usb"; 939f126890aSEmmanuel Vadot reg = <0x02184200 0x200>; 940f126890aSEmmanuel Vadot interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>; 941f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USBOH3>; 942f126890aSEmmanuel Vadot fsl,usbphy = <&usbphy2>; 943f126890aSEmmanuel Vadot fsl,usbmisc = <&usbmisc 1>; 944f126890aSEmmanuel Vadot ahb-burst-config = <0x0>; 945f126890aSEmmanuel Vadot tx-burst-size-dword = <0x10>; 946f126890aSEmmanuel Vadot rx-burst-size-dword = <0x10>; 947f126890aSEmmanuel Vadot status = "disabled"; 948f126890aSEmmanuel Vadot }; 949f126890aSEmmanuel Vadot 950f126890aSEmmanuel Vadot usbh: usb@2184400 { 951f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usb", "fsl,imx27-usb"; 952f126890aSEmmanuel Vadot reg = <0x02184400 0x200>; 953f126890aSEmmanuel Vadot interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>; 954f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USBOH3>; 955f126890aSEmmanuel Vadot fsl,usbphy = <&usbphynop1>; 956f126890aSEmmanuel Vadot fsl,usbmisc = <&usbmisc 2>; 957f126890aSEmmanuel Vadot phy_type = "hsic"; 958f126890aSEmmanuel Vadot dr_mode = "host"; 959f126890aSEmmanuel Vadot ahb-burst-config = <0x0>; 960f126890aSEmmanuel Vadot tx-burst-size-dword = <0x10>; 961f126890aSEmmanuel Vadot rx-burst-size-dword = <0x10>; 962f126890aSEmmanuel Vadot status = "disabled"; 963f126890aSEmmanuel Vadot }; 964f126890aSEmmanuel Vadot 965f126890aSEmmanuel Vadot usbmisc: usbmisc@2184800 { 966f126890aSEmmanuel Vadot #index-cells = <1>; 967f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usbmisc", "fsl,imx6q-usbmisc"; 968f126890aSEmmanuel Vadot reg = <0x02184800 0x200>; 969f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USBOH3>; 970f126890aSEmmanuel Vadot }; 971f126890aSEmmanuel Vadot 972f126890aSEmmanuel Vadot fec1: ethernet@2188000 { 973f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-fec", "fsl,imx6q-fec"; 974f126890aSEmmanuel Vadot reg = <0x02188000 0x4000>; 975f126890aSEmmanuel Vadot interrupt-names = "int0", "pps"; 976f126890aSEmmanuel Vadot interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, 977f126890aSEmmanuel Vadot <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; 978f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ENET>, 979f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ENET_AHB>, 980f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ENET_PTP>, 981f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ENET_REF>, 982f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ENET_PTP>; 983f126890aSEmmanuel Vadot clock-names = "ipg", "ahb", "ptp", 984f126890aSEmmanuel Vadot "enet_clk_ref", "enet_out"; 985f126890aSEmmanuel Vadot fsl,num-tx-queues = <3>; 986f126890aSEmmanuel Vadot fsl,num-rx-queues = <3>; 987f126890aSEmmanuel Vadot fsl,stop-mode = <&gpr 0x10 3>; 988f126890aSEmmanuel Vadot status = "disabled"; 989f126890aSEmmanuel Vadot }; 990f126890aSEmmanuel Vadot 991f126890aSEmmanuel Vadot mlb: mlb@218c000 { 992f126890aSEmmanuel Vadot reg = <0x0218c000 0x4000>; 993f126890aSEmmanuel Vadot interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>, 994f126890aSEmmanuel Vadot <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, 995f126890aSEmmanuel Vadot <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>; 996f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_MLB>; 997f126890aSEmmanuel Vadot status = "disabled"; 998f126890aSEmmanuel Vadot }; 999f126890aSEmmanuel Vadot 1000f126890aSEmmanuel Vadot usdhc1: mmc@2190000 { 1001f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc"; 1002f126890aSEmmanuel Vadot reg = <0x02190000 0x4000>; 1003f126890aSEmmanuel Vadot interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>; 1004f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USDHC1>, 1005f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_USDHC1>, 1006f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_USDHC1>; 1007f126890aSEmmanuel Vadot clock-names = "ipg", "ahb", "per"; 1008f126890aSEmmanuel Vadot bus-width = <4>; 1009f126890aSEmmanuel Vadot fsl,tuning-start-tap = <20>; 1010f126890aSEmmanuel Vadot fsl,tuning-step = <2>; 1011f126890aSEmmanuel Vadot status = "disabled"; 1012f126890aSEmmanuel Vadot }; 1013f126890aSEmmanuel Vadot 1014f126890aSEmmanuel Vadot usdhc2: mmc@2194000 { 1015f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc"; 1016f126890aSEmmanuel Vadot reg = <0x02194000 0x4000>; 1017f126890aSEmmanuel Vadot interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; 1018f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USDHC2>, 1019f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_USDHC2>, 1020f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_USDHC2>; 1021f126890aSEmmanuel Vadot clock-names = "ipg", "ahb", "per"; 1022f126890aSEmmanuel Vadot bus-width = <4>; 1023f126890aSEmmanuel Vadot fsl,tuning-start-tap = <20>; 1024f126890aSEmmanuel Vadot fsl,tuning-step = <2>; 1025f126890aSEmmanuel Vadot status = "disabled"; 1026f126890aSEmmanuel Vadot }; 1027f126890aSEmmanuel Vadot 1028f126890aSEmmanuel Vadot usdhc3: mmc@2198000 { 1029f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc"; 1030f126890aSEmmanuel Vadot reg = <0x02198000 0x4000>; 1031f126890aSEmmanuel Vadot interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; 1032f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USDHC3>, 1033f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_USDHC3>, 1034f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_USDHC3>; 1035f126890aSEmmanuel Vadot clock-names = "ipg", "ahb", "per"; 1036f126890aSEmmanuel Vadot bus-width = <4>; 1037f126890aSEmmanuel Vadot fsl,tuning-start-tap = <20>; 1038f126890aSEmmanuel Vadot fsl,tuning-step = <2>; 1039f126890aSEmmanuel Vadot status = "disabled"; 1040f126890aSEmmanuel Vadot }; 1041f126890aSEmmanuel Vadot 1042f126890aSEmmanuel Vadot usdhc4: mmc@219c000 { 1043f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc"; 1044f126890aSEmmanuel Vadot reg = <0x0219c000 0x4000>; 1045f126890aSEmmanuel Vadot interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; 1046f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_USDHC4>, 1047f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_USDHC4>, 1048f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_USDHC4>; 1049f126890aSEmmanuel Vadot clock-names = "ipg", "ahb", "per"; 1050f126890aSEmmanuel Vadot bus-width = <4>; 1051f126890aSEmmanuel Vadot status = "disabled"; 1052f126890aSEmmanuel Vadot }; 1053f126890aSEmmanuel Vadot 1054f126890aSEmmanuel Vadot i2c1: i2c@21a0000 { 1055f126890aSEmmanuel Vadot #address-cells = <1>; 1056f126890aSEmmanuel Vadot #size-cells = <0>; 1057f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-i2c", "fsl,imx21-i2c"; 1058f126890aSEmmanuel Vadot reg = <0x021a0000 0x4000>; 1059f126890aSEmmanuel Vadot interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; 1060f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_I2C1>; 1061f126890aSEmmanuel Vadot status = "disabled"; 1062f126890aSEmmanuel Vadot }; 1063f126890aSEmmanuel Vadot 1064f126890aSEmmanuel Vadot i2c2: i2c@21a4000 { 1065f126890aSEmmanuel Vadot #address-cells = <1>; 1066f126890aSEmmanuel Vadot #size-cells = <0>; 1067f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-i2c", "fsl,imx21-i2c"; 1068f126890aSEmmanuel Vadot reg = <0x021a4000 0x4000>; 1069f126890aSEmmanuel Vadot interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 1070f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_I2C2>; 1071f126890aSEmmanuel Vadot status = "disabled"; 1072f126890aSEmmanuel Vadot }; 1073f126890aSEmmanuel Vadot 1074f126890aSEmmanuel Vadot i2c3: i2c@21a8000 { 1075f126890aSEmmanuel Vadot #address-cells = <1>; 1076f126890aSEmmanuel Vadot #size-cells = <0>; 1077f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-i2c", "fsl,imx21-i2c"; 1078f126890aSEmmanuel Vadot reg = <0x021a8000 0x4000>; 1079f126890aSEmmanuel Vadot interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; 1080f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_I2C3>; 1081f126890aSEmmanuel Vadot status = "disabled"; 1082f126890aSEmmanuel Vadot }; 1083f126890aSEmmanuel Vadot 1084f126890aSEmmanuel Vadot memory-controller@21b0000 { 1085f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-mmdc", "fsl,imx6q-mmdc"; 1086f126890aSEmmanuel Vadot reg = <0x021b0000 0x4000>; 1087f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_MMDC_P0_IPG>; 1088f126890aSEmmanuel Vadot }; 1089f126890aSEmmanuel Vadot 1090f126890aSEmmanuel Vadot fec2: ethernet@21b4000 { 1091f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-fec", "fsl,imx6q-fec"; 1092f126890aSEmmanuel Vadot reg = <0x021b4000 0x4000>; 1093f126890aSEmmanuel Vadot interrupt-names = "int0", "pps"; 1094f126890aSEmmanuel Vadot interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, 1095f126890aSEmmanuel Vadot <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; 1096f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ENET>, 1097f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ENET_AHB>, 1098f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ENET_PTP>, 1099f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ENET2_REF_125M>, 1100f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ENET_PTP>; 1101f126890aSEmmanuel Vadot clock-names = "ipg", "ahb", "ptp", 1102f126890aSEmmanuel Vadot "enet_clk_ref", "enet_out"; 1103f126890aSEmmanuel Vadot fsl,stop-mode = <&gpr 0x10 4>; 1104f126890aSEmmanuel Vadot status = "disabled"; 1105f126890aSEmmanuel Vadot }; 1106f126890aSEmmanuel Vadot 110701950c46SEmmanuel Vadot weim: memory-controller@21b8000 { 1108f126890aSEmmanuel Vadot #address-cells = <2>; 1109f126890aSEmmanuel Vadot #size-cells = <1>; 1110f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-weim", "fsl,imx6q-weim"; 1111f126890aSEmmanuel Vadot reg = <0x021b8000 0x4000>; 1112f126890aSEmmanuel Vadot interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; 1113f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_EIM_SLOW>; 1114f126890aSEmmanuel Vadot fsl,weim-cs-gpr = <&gpr>; 1115f126890aSEmmanuel Vadot status = "disabled"; 1116f126890aSEmmanuel Vadot }; 1117f126890aSEmmanuel Vadot 1118f126890aSEmmanuel Vadot ocotp: efuse@21bc000 { 1119f126890aSEmmanuel Vadot #address-cells = <1>; 1120f126890aSEmmanuel Vadot #size-cells = <1>; 1121f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ocotp", "syscon"; 1122f126890aSEmmanuel Vadot reg = <0x021bc000 0x4000>; 1123f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_OCOTP>; 1124f126890aSEmmanuel Vadot 1125f126890aSEmmanuel Vadot cpu_speed_grade: speed-grade@10 { 1126f126890aSEmmanuel Vadot reg = <0x10 4>; 1127f126890aSEmmanuel Vadot }; 1128f126890aSEmmanuel Vadot 1129f126890aSEmmanuel Vadot tempmon_calib: calib@38 { 1130f126890aSEmmanuel Vadot reg = <0x38 4>; 1131f126890aSEmmanuel Vadot }; 1132f126890aSEmmanuel Vadot 1133f126890aSEmmanuel Vadot tempmon_temp_grade: temp-grade@20 { 1134f126890aSEmmanuel Vadot reg = <0x20 4>; 1135f126890aSEmmanuel Vadot }; 1136f126890aSEmmanuel Vadot }; 1137f126890aSEmmanuel Vadot 1138f126890aSEmmanuel Vadot sai1: sai@21d4000 { 1139f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-sai"; 1140f126890aSEmmanuel Vadot reg = <0x021d4000 0x4000>; 1141f126890aSEmmanuel Vadot interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; 1142f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_SAI1_IPG>, 1143f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SAI1>, 1144f126890aSEmmanuel Vadot <&clks 0>, <&clks 0>; 1145f126890aSEmmanuel Vadot clock-names = "bus", "mclk1", "mclk2", "mclk3"; 1146f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 1147f126890aSEmmanuel Vadot dmas = <&sdma 31 24 0>, <&sdma 32 24 0>; 1148f126890aSEmmanuel Vadot status = "disabled"; 1149f126890aSEmmanuel Vadot }; 1150f126890aSEmmanuel Vadot 1151f126890aSEmmanuel Vadot audmux: audmux@21d8000 { 1152f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-audmux", "fsl,imx31-audmux"; 1153f126890aSEmmanuel Vadot reg = <0x021d8000 0x4000>; 1154f126890aSEmmanuel Vadot status = "disabled"; 1155f126890aSEmmanuel Vadot }; 1156f126890aSEmmanuel Vadot 1157f126890aSEmmanuel Vadot sai2: sai@21dc000 { 1158f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-sai"; 1159f126890aSEmmanuel Vadot reg = <0x021dc000 0x4000>; 1160f126890aSEmmanuel Vadot interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; 1161f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_SAI2_IPG>, 1162f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_SAI2>, 1163f126890aSEmmanuel Vadot <&clks 0>, <&clks 0>; 1164f126890aSEmmanuel Vadot clock-names = "bus", "mclk1", "mclk2", "mclk3"; 1165f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 1166f126890aSEmmanuel Vadot dmas = <&sdma 33 24 0>, <&sdma 34 24 0>; 1167f126890aSEmmanuel Vadot status = "disabled"; 1168f126890aSEmmanuel Vadot }; 1169f126890aSEmmanuel Vadot 1170f126890aSEmmanuel Vadot qspi1: spi@21e0000 { 1171f126890aSEmmanuel Vadot #address-cells = <1>; 1172f126890aSEmmanuel Vadot #size-cells = <0>; 1173f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-qspi"; 1174f126890aSEmmanuel Vadot reg = <0x021e0000 0x4000>, <0x60000000 0x10000000>; 1175f126890aSEmmanuel Vadot reg-names = "QuadSPI", "QuadSPI-memory"; 1176f126890aSEmmanuel Vadot interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>; 1177f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_QSPI1>, 1178f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_QSPI1>; 1179f126890aSEmmanuel Vadot clock-names = "qspi_en", "qspi"; 1180f126890aSEmmanuel Vadot status = "disabled"; 1181f126890aSEmmanuel Vadot }; 1182f126890aSEmmanuel Vadot 1183f126890aSEmmanuel Vadot qspi2: spi@21e4000 { 1184f126890aSEmmanuel Vadot #address-cells = <1>; 1185f126890aSEmmanuel Vadot #size-cells = <0>; 1186f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-qspi"; 1187f126890aSEmmanuel Vadot reg = <0x021e4000 0x4000>, <0x70000000 0x10000000>; 1188f126890aSEmmanuel Vadot reg-names = "QuadSPI", "QuadSPI-memory"; 1189f126890aSEmmanuel Vadot interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>; 1190f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_QSPI2>, 1191f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_QSPI2>; 1192f126890aSEmmanuel Vadot clock-names = "qspi_en", "qspi"; 1193f126890aSEmmanuel Vadot status = "disabled"; 1194f126890aSEmmanuel Vadot }; 1195f126890aSEmmanuel Vadot 1196f126890aSEmmanuel Vadot uart2: serial@21e8000 { 1197f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-uart", 1198f126890aSEmmanuel Vadot "fsl,imx6q-uart", "fsl,imx21-uart"; 1199f126890aSEmmanuel Vadot reg = <0x021e8000 0x4000>; 1200f126890aSEmmanuel Vadot interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>; 1201f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_UART_IPG>, 1202f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_UART_SERIAL>; 1203f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1204f126890aSEmmanuel Vadot dmas = <&sdma 27 4 0>, <&sdma 28 4 0>; 1205f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 1206f126890aSEmmanuel Vadot status = "disabled"; 1207f126890aSEmmanuel Vadot }; 1208f126890aSEmmanuel Vadot 1209f126890aSEmmanuel Vadot uart3: serial@21ec000 { 1210f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-uart", 1211f126890aSEmmanuel Vadot "fsl,imx6q-uart", "fsl,imx21-uart"; 1212f126890aSEmmanuel Vadot reg = <0x021ec000 0x4000>; 1213f126890aSEmmanuel Vadot interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; 1214f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_UART_IPG>, 1215f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_UART_SERIAL>; 1216f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1217f126890aSEmmanuel Vadot dmas = <&sdma 29 4 0>, <&sdma 30 4 0>; 1218f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 1219f126890aSEmmanuel Vadot status = "disabled"; 1220f126890aSEmmanuel Vadot }; 1221f126890aSEmmanuel Vadot 1222f126890aSEmmanuel Vadot uart4: serial@21f0000 { 1223f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-uart", 1224f126890aSEmmanuel Vadot "fsl,imx6q-uart", "fsl,imx21-uart"; 1225f126890aSEmmanuel Vadot reg = <0x021f0000 0x4000>; 1226f126890aSEmmanuel Vadot interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>; 1227f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_UART_IPG>, 1228f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_UART_SERIAL>; 1229f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1230f126890aSEmmanuel Vadot dmas = <&sdma 31 4 0>, <&sdma 32 4 0>; 1231f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 1232f126890aSEmmanuel Vadot status = "disabled"; 1233f126890aSEmmanuel Vadot }; 1234f126890aSEmmanuel Vadot 1235f126890aSEmmanuel Vadot uart5: serial@21f4000 { 1236f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-uart", 1237f126890aSEmmanuel Vadot "fsl,imx6q-uart", "fsl,imx21-uart"; 1238f126890aSEmmanuel Vadot reg = <0x021f4000 0x4000>; 1239f126890aSEmmanuel Vadot interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>; 1240f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_UART_IPG>, 1241f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_UART_SERIAL>; 1242f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1243f126890aSEmmanuel Vadot dmas = <&sdma 33 4 0>, <&sdma 34 4 0>; 1244f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 1245f126890aSEmmanuel Vadot status = "disabled"; 1246f126890aSEmmanuel Vadot }; 1247f126890aSEmmanuel Vadot 1248f126890aSEmmanuel Vadot i2c4: i2c@21f8000 { 1249f126890aSEmmanuel Vadot #address-cells = <1>; 1250f126890aSEmmanuel Vadot #size-cells = <0>; 1251f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-i2c", "fsl,imx21-i2c"; 1252f126890aSEmmanuel Vadot reg = <0x021f8000 0x4000>; 1253f126890aSEmmanuel Vadot interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; 1254f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_I2C4>; 1255f126890aSEmmanuel Vadot status = "disabled"; 1256f126890aSEmmanuel Vadot }; 1257f126890aSEmmanuel Vadot }; 1258f126890aSEmmanuel Vadot 1259f126890aSEmmanuel Vadot aips3: bus@2200000 { 1260f126890aSEmmanuel Vadot compatible = "fsl,aips-bus", "simple-bus"; 1261f126890aSEmmanuel Vadot #address-cells = <1>; 1262f126890aSEmmanuel Vadot #size-cells = <1>; 1263f126890aSEmmanuel Vadot reg = <0x02200000 0x100000>; 1264f126890aSEmmanuel Vadot ranges; 1265f126890aSEmmanuel Vadot 1266f126890aSEmmanuel Vadot spba-bus@2240000 { 1267f126890aSEmmanuel Vadot compatible = "fsl,spba-bus", "simple-bus"; 1268f126890aSEmmanuel Vadot #address-cells = <1>; 1269f126890aSEmmanuel Vadot #size-cells = <1>; 1270f126890aSEmmanuel Vadot reg = <0x02240000 0x40000>; 1271f126890aSEmmanuel Vadot ranges; 1272f126890aSEmmanuel Vadot 1273f126890aSEmmanuel Vadot csi1: csi@2214000 { 1274f126890aSEmmanuel Vadot reg = <0x02214000 0x4000>; 1275f126890aSEmmanuel Vadot interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; 1276f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_DISPLAY_AXI>, 1277f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_CSI>, 1278f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_DCIC1>; 1279f126890aSEmmanuel Vadot clock-names = "disp-axi", "csi_mclk", "dcic"; 1280f126890aSEmmanuel Vadot status = "disabled"; 1281f126890aSEmmanuel Vadot }; 1282f126890aSEmmanuel Vadot 1283f126890aSEmmanuel Vadot pxp: pxp@2218000 { 1284f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pxp", "fsl,imx6ull-pxp"; 1285f126890aSEmmanuel Vadot reg = <0x02218000 0x4000>; 1286f126890aSEmmanuel Vadot interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; 1287f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PXP_AXI>; 1288f126890aSEmmanuel Vadot clock-names = "axi"; 1289f126890aSEmmanuel Vadot power-domains = <&pd_disp>; 1290f126890aSEmmanuel Vadot status = "disabled"; 1291f126890aSEmmanuel Vadot }; 1292f126890aSEmmanuel Vadot 1293f126890aSEmmanuel Vadot csi2: csi@221c000 { 1294f126890aSEmmanuel Vadot reg = <0x0221c000 0x4000>; 1295f126890aSEmmanuel Vadot interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>; 1296f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_DISPLAY_AXI>, 1297f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_CSI>, 1298f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_DCIC2>; 1299f126890aSEmmanuel Vadot clock-names = "disp-axi", "csi_mclk", "dcic"; 1300f126890aSEmmanuel Vadot status = "disabled"; 1301f126890aSEmmanuel Vadot }; 1302f126890aSEmmanuel Vadot 1303f126890aSEmmanuel Vadot lcdif1: lcdif@2220000 { 1304f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-lcdif", "fsl,imx28-lcdif"; 1305f126890aSEmmanuel Vadot reg = <0x02220000 0x4000>; 1306f126890aSEmmanuel Vadot interrupts = <GIC_SPI 5 IRQ_TYPE_EDGE_RISING>; 1307f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_LCDIF1_PIX>, 1308f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_LCDIF_APB>, 1309f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_DISPLAY_AXI>; 1310f126890aSEmmanuel Vadot clock-names = "pix", "axi", "disp_axi"; 1311aa1a8ff2SEmmanuel Vadot assigned-clocks = <&clks IMX6SX_CLK_LCDIF1_PRE_SEL>, 1312aa1a8ff2SEmmanuel Vadot <&clks IMX6SX_CLK_LCDIF1_SEL>; 1313aa1a8ff2SEmmanuel Vadot assigned-clock-parents = <&clks IMX6SX_CLK_PLL5_VIDEO_DIV>, 1314aa1a8ff2SEmmanuel Vadot <&clks IMX6SX_CLK_LCDIF1_PODF>; 1315f126890aSEmmanuel Vadot power-domains = <&pd_disp>; 1316f126890aSEmmanuel Vadot status = "disabled"; 1317f126890aSEmmanuel Vadot 1318f126890aSEmmanuel Vadot port { 1319f126890aSEmmanuel Vadot lcdif1_to_ldb: endpoint { 1320f126890aSEmmanuel Vadot }; 1321f126890aSEmmanuel Vadot }; 1322f126890aSEmmanuel Vadot }; 1323f126890aSEmmanuel Vadot 1324f126890aSEmmanuel Vadot lcdif2: lcdif@2224000 { 1325f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-lcdif", "fsl,imx28-lcdif"; 1326f126890aSEmmanuel Vadot reg = <0x02224000 0x4000>; 1327f126890aSEmmanuel Vadot interrupts = <GIC_SPI 6 IRQ_TYPE_EDGE_RISING>; 1328f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_LCDIF2_PIX>, 1329f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_LCDIF_APB>, 1330f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_DISPLAY_AXI>; 1331f126890aSEmmanuel Vadot clock-names = "pix", "axi", "disp_axi"; 1332f126890aSEmmanuel Vadot power-domains = <&pd_disp>; 1333f126890aSEmmanuel Vadot status = "disabled"; 1334f126890aSEmmanuel Vadot }; 1335f126890aSEmmanuel Vadot 1336f126890aSEmmanuel Vadot vadc: vadc@2228000 { 1337f126890aSEmmanuel Vadot reg = <0x02228000 0x4000>, <0x0222c000 0x4000>; 1338f126890aSEmmanuel Vadot reg-names = "vadc-vafe", "vadc-vdec"; 1339f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_VADC>, 1340f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_CSI>; 1341f126890aSEmmanuel Vadot clock-names = "vadc", "csi"; 1342f126890aSEmmanuel Vadot power-domains = <&pd_disp>; 1343f126890aSEmmanuel Vadot status = "disabled"; 1344f126890aSEmmanuel Vadot }; 1345f126890aSEmmanuel Vadot }; 1346f126890aSEmmanuel Vadot 1347f126890aSEmmanuel Vadot adc1: adc@2280000 { 1348f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-adc", "fsl,vf610-adc"; 1349f126890aSEmmanuel Vadot reg = <0x02280000 0x4000>; 1350f126890aSEmmanuel Vadot interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; 1351f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_IPG>; 1352f126890aSEmmanuel Vadot clock-names = "adc"; 1353f126890aSEmmanuel Vadot fsl,adck-max-frequency = <30000000>, <40000000>, 1354f126890aSEmmanuel Vadot <20000000>; 1355f126890aSEmmanuel Vadot status = "disabled"; 1356f126890aSEmmanuel Vadot }; 1357f126890aSEmmanuel Vadot 1358f126890aSEmmanuel Vadot adc2: adc@2284000 { 1359f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-adc", "fsl,vf610-adc"; 1360f126890aSEmmanuel Vadot reg = <0x02284000 0x4000>; 1361f126890aSEmmanuel Vadot interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; 1362f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_IPG>; 1363f126890aSEmmanuel Vadot clock-names = "adc"; 1364f126890aSEmmanuel Vadot fsl,adck-max-frequency = <30000000>, <40000000>, 1365f126890aSEmmanuel Vadot <20000000>; 1366f126890aSEmmanuel Vadot status = "disabled"; 1367f126890aSEmmanuel Vadot }; 1368f126890aSEmmanuel Vadot 1369f126890aSEmmanuel Vadot wdog3: watchdog@2288000 { 1370f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; 1371f126890aSEmmanuel Vadot reg = <0x02288000 0x4000>; 1372f126890aSEmmanuel Vadot interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 1373f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_IPG>; 1374f126890aSEmmanuel Vadot status = "disabled"; 1375f126890aSEmmanuel Vadot }; 1376f126890aSEmmanuel Vadot 1377f126890aSEmmanuel Vadot ecspi5: spi@228c000 { 1378f126890aSEmmanuel Vadot #address-cells = <1>; 1379f126890aSEmmanuel Vadot #size-cells = <0>; 1380f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; 1381f126890aSEmmanuel Vadot reg = <0x0228c000 0x4000>; 1382f126890aSEmmanuel Vadot interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>; 1383f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_ECSPI5>, 1384f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_ECSPI5>; 1385f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1386f126890aSEmmanuel Vadot status = "disabled"; 1387f126890aSEmmanuel Vadot }; 1388f126890aSEmmanuel Vadot 1389f126890aSEmmanuel Vadot uart6: serial@22a0000 { 1390f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-uart", 1391f126890aSEmmanuel Vadot "fsl,imx6q-uart", "fsl,imx21-uart"; 1392f126890aSEmmanuel Vadot reg = <0x022a0000 0x4000>; 1393f126890aSEmmanuel Vadot interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; 1394f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_UART_IPG>, 1395f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_UART_SERIAL>; 1396f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1397f126890aSEmmanuel Vadot dmas = <&sdma 0 4 0>, <&sdma 47 4 0>; 1398f126890aSEmmanuel Vadot dma-names = "rx", "tx"; 1399f126890aSEmmanuel Vadot status = "disabled"; 1400f126890aSEmmanuel Vadot }; 1401f126890aSEmmanuel Vadot 1402f126890aSEmmanuel Vadot pwm5: pwm@22a4000 { 1403f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; 1404f126890aSEmmanuel Vadot reg = <0x022a4000 0x4000>; 1405f126890aSEmmanuel Vadot interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; 1406f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PWM5>, 1407f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PWM5>; 1408f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1409f126890aSEmmanuel Vadot #pwm-cells = <3>; 1410f126890aSEmmanuel Vadot }; 1411f126890aSEmmanuel Vadot 1412f126890aSEmmanuel Vadot pwm6: pwm@22a8000 { 1413f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; 1414f126890aSEmmanuel Vadot reg = <0x022a8000 0x4000>; 1415f126890aSEmmanuel Vadot interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; 1416f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PWM6>, 1417f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PWM6>; 1418f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1419f126890aSEmmanuel Vadot #pwm-cells = <3>; 1420f126890aSEmmanuel Vadot }; 1421f126890aSEmmanuel Vadot 1422f126890aSEmmanuel Vadot pwm7: pwm@22ac000 { 1423f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; 1424f126890aSEmmanuel Vadot reg = <0x022ac000 0x4000>; 1425f126890aSEmmanuel Vadot interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; 1426f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PWM7>, 1427f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PWM7>; 1428f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1429f126890aSEmmanuel Vadot #pwm-cells = <3>; 1430f126890aSEmmanuel Vadot }; 1431f126890aSEmmanuel Vadot 1432f126890aSEmmanuel Vadot pwm8: pwm@22b0000 { 1433f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; 1434f126890aSEmmanuel Vadot reg = <0x022b0000 0x4000>; 1435f126890aSEmmanuel Vadot interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; 1436f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PWM8>, 1437f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PWM8>; 1438f126890aSEmmanuel Vadot clock-names = "ipg", "per"; 1439f126890aSEmmanuel Vadot #pwm-cells = <3>; 1440f126890aSEmmanuel Vadot }; 1441f126890aSEmmanuel Vadot }; 1442f126890aSEmmanuel Vadot 1443f126890aSEmmanuel Vadot pcie: pcie@8ffc000 { 1444f126890aSEmmanuel Vadot compatible = "fsl,imx6sx-pcie"; 1445f126890aSEmmanuel Vadot reg = <0x08ffc000 0x04000>, <0x08f00000 0x80000>; 1446f126890aSEmmanuel Vadot reg-names = "dbi", "config"; 1447f126890aSEmmanuel Vadot #address-cells = <3>; 1448f126890aSEmmanuel Vadot #size-cells = <2>; 1449f126890aSEmmanuel Vadot device_type = "pci"; 1450f126890aSEmmanuel Vadot bus-range = <0x00 0xff>; 1451f126890aSEmmanuel Vadot ranges = <0x81000000 0 0 0x08f80000 0 0x00010000>, /* downstream I/O */ 1452f126890aSEmmanuel Vadot <0x82000000 0 0x08000000 0x08000000 0 0x00f00000>; /* non-prefetchable memory */ 1453f126890aSEmmanuel Vadot num-lanes = <1>; 1454f126890aSEmmanuel Vadot interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; 1455f126890aSEmmanuel Vadot interrupt-names = "msi"; 1456f126890aSEmmanuel Vadot #interrupt-cells = <1>; 1457f126890aSEmmanuel Vadot interrupt-map-mask = <0 0 0 0x7>; 1458f126890aSEmmanuel Vadot interrupt-map = <0 0 0 1 &gpc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, 1459f126890aSEmmanuel Vadot <0 0 0 2 &gpc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, 1460f126890aSEmmanuel Vadot <0 0 0 3 &gpc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 1461f126890aSEmmanuel Vadot <0 0 0 4 &gpc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; 1462f126890aSEmmanuel Vadot clocks = <&clks IMX6SX_CLK_PCIE_AXI>, 1463f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_LVDS1_OUT>, 1464f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_PCIE_REF_125M>, 1465f126890aSEmmanuel Vadot <&clks IMX6SX_CLK_DISPLAY_AXI>; 1466f126890aSEmmanuel Vadot clock-names = "pcie", "pcie_bus", "pcie_phy", "pcie_inbound_axi"; 1467f126890aSEmmanuel Vadot power-domains = <&pd_disp>, <&pd_pci>; 1468f126890aSEmmanuel Vadot power-domain-names = "pcie", "pcie_phy"; 1469f126890aSEmmanuel Vadot status = "disabled"; 1470f126890aSEmmanuel Vadot }; 1471f126890aSEmmanuel Vadot }; 1472f126890aSEmmanuel Vadot}; 1473