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