1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (c) 2013 The Chromium OS Authors 4 * SAMSUNG EXYNOS5 SoC device tree source 5 */ 6 7#include "skeleton.dtsi" 8#include <dt-bindings/gpio/gpio.h> 9 10/ { 11 compatible = "samsung,exynos5"; 12 13 interrupt-parent = <&gic>; 14 15 combiner: interrupt-controller@10440000 { 16 compatible = "samsung,exynos4210-combiner"; 17 #interrupt-cells = <2>; 18 interrupt-controller; 19 samsung,combiner-nr = <32>; 20 reg = <0x10440000 0x1000>; 21 interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>, 22 <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>, 23 <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>, 24 <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>, 25 <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>, 26 <0 20 0>, <0 21 0>, <0 22 0>, <0 23 0>, 27 <0 24 0>, <0 25 0>, <0 26 0>, <0 27 0>, 28 <0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>; 29 }; 30 31 gic: interrupt-controller@10481000 { 32 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic"; 33 #interrupt-cells = <3>; 34 interrupt-controller; 35 reg = <0x10481000 0x1000>, 36 <0x10482000 0x1000>, 37 <0x10484000 0x2000>, 38 <0x10486000 0x2000>; 39 interrupts = <1 9 0xf04>; 40 }; 41 42 sromc@12250000 { 43 compatible = "samsung,exynos-sromc"; 44 reg = <0x12250000 0x20>; 45 #address-cells = <1>; 46 #size-cells = <0>; 47 }; 48 49 i2c_0: i2c@12C60000 { 50 compatible = "samsung,s3c2440-i2c"; 51 reg = <0x12C60000 0x100>; 52 interrupts = <0 56 0>; 53 #address-cells = <1>; 54 #size-cells = <0>; 55 }; 56 57 i2c_1: i2c@12C70000 { 58 compatible = "samsung,s3c2440-i2c"; 59 reg = <0x12C70000 0x100>; 60 interrupts = <0 57 0>; 61 #address-cells = <1>; 62 #size-cells = <0>; 63 }; 64 65 i2c_2: i2c@12C80000 { 66 compatible = "samsung,s3c2440-i2c"; 67 reg = <0x12C80000 0x100>; 68 interrupts = <0 58 0>; 69 #address-cells = <1>; 70 #size-cells = <0>; 71 }; 72 73 i2c_3: i2c@12C90000 { 74 compatible = "samsung,s3c2440-i2c"; 75 reg = <0x12C90000 0x100>; 76 interrupts = <0 59 0>; 77 #address-cells = <1>; 78 #size-cells = <0>; 79 }; 80 81 spi_0: spi@12d20000 { 82 #address-cells = <1>; 83 #size-cells = <0>; 84 compatible = "samsung,exynos-spi"; 85 reg = <0x12d20000 0x30>; 86 interrupts = <0 68 0>; 87 }; 88 89 spi_1: spi@12d30000 { 90 #address-cells = <1>; 91 #size-cells = <0>; 92 compatible = "samsung,exynos-spi"; 93 reg = <0x12d30000 0x30>; 94 interrupts = <0 69 0>; 95 }; 96 97 spi_2: spi@12d40000 { 98 #address-cells = <1>; 99 #size-cells = <0>; 100 compatible = "samsung,exynos-spi"; 101 reg = <0x12d40000 0x30>; 102 clock-frequency = <50000000>; 103 interrupts = <0 70 0>; 104 }; 105 106 spi_3: spi@131a0000 { 107 #address-cells = <1>; 108 #size-cells = <0>; 109 compatible = "samsung,exynos-spi"; 110 reg = <0x131a0000 0x30>; 111 interrupts = <0 129 0>; 112 }; 113 114 spi_4: spi@131b0000 { 115 #address-cells = <1>; 116 #size-cells = <0>; 117 compatible = "samsung,exynos-spi"; 118 reg = <0x131b0000 0x30>; 119 interrupts = <0 130 0>; 120 }; 121 122 ehci@12110000 { 123 compatible = "samsung,exynos-ehci"; 124 reg = <0x12110000 0x100>; 125 #address-cells = <1>; 126 #size-cells = <1>; 127 128 phy { 129 compatible = "samsung,exynos-usb-phy"; 130 reg = <0x12130000 0x100>; 131 }; 132 }; 133 134 tmu@10060000 { 135 compatible = "samsung,exynos-tmu"; 136 reg = <0x10060000 0x10000>; 137 }; 138 139 fimd@14400000 { 140 u-boot,dm-pre-reloc; 141 compatible = "samsung,exynos-fimd"; 142 reg = <0x14400000 0x10000>; 143 #address-cells = <1>; 144 #size-cells = <1>; 145 }; 146 147 dp: dp@145b0000 { 148 compatible = "samsung,exynos5-dp"; 149 reg = <0x145b0000 0x1000>; 150 #address-cells = <1>; 151 #size-cells = <1>; 152 }; 153 154 xhci0: xhci@12000000 { 155 compatible = "samsung,exynos5250-xhci"; 156 reg = <0x12000000 0x10000>; 157 #address-cells = <1>; 158 #size-cells = <1>; 159 160 phy { 161 compatible = "samsung,exynos5250-usb3-phy"; 162 reg = <0x12100000 0x100>; 163 }; 164 }; 165 166 mmc@12200000 { 167 #address-cells = <1>; 168 #size-cells = <0>; 169 compatible = "samsung,exynos-dwmmc"; 170 reg = <0x12200000 0x1000>; 171 interrupts = <0 75 0>; 172 }; 173 174 mmc@12210000 { 175 #address-cells = <1>; 176 #size-cells = <0>; 177 compatible = "samsung,exynos-dwmmc"; 178 reg = <0x12210000 0x1000>; 179 interrupts = <0 76 0>; 180 }; 181 182 mmc@12220000 { 183 #address-cells = <1>; 184 #size-cells = <0>; 185 compatible = "samsung,exynos-dwmmc"; 186 reg = <0x12220000 0x1000>; 187 interrupts = <0 77 0>; 188 }; 189 190 mmc@12230000 { 191 #address-cells = <1>; 192 #size-cells = <0>; 193 compatible = "samsung,exynos-dwmmc"; 194 reg = <0x12230000 0x1000>; 195 interrupts = <0 78 0>; 196 }; 197 198 serial@12C00000 { 199 compatible = "samsung,exynos4210-uart"; 200 reg = <0x12C00000 0x100>; 201 interrupts = <0 51 0>; 202 id = <0>; 203 }; 204 205 serial@12C10000 { 206 compatible = "samsung,exynos4210-uart"; 207 reg = <0x12C10000 0x100>; 208 interrupts = <0 52 0>; 209 id = <1>; 210 }; 211 212 serial@12C20000 { 213 compatible = "samsung,exynos4210-uart"; 214 reg = <0x12C20000 0x100>; 215 interrupts = <0 53 0>; 216 id = <2>; 217 }; 218 219 serial@12C30000 { 220 compatible = "samsung,exynos4210-uart"; 221 reg = <0x12C30000 0x100>; 222 interrupts = <0 54 0>; 223 u-boot,dm-pre-reloc; 224 id = <3>; 225 }; 226}; 227