1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * Samsung's Exynos54xx SoC series common devi 4 * 5 * Copyright (c) 2012-2013 Samsung Electronics 6 * http://www.samsung.com 7 * Copyright (c) 2016 Krzysztof Kozlowski 8 * 9 * Device nodes common for Samsung Exynos5410/ 10 * Exynos 54xx SoCs should include this file a 11 * (e.g. with clocks). 12 */ 13 14 #include "exynos5.dtsi" 15 16 / { 17 compatible = "samsung,exynos5"; 18 19 aliases { 20 i2c4 = &hsi2c_4; 21 i2c5 = &hsi2c_5; 22 i2c6 = &hsi2c_6; 23 i2c7 = &hsi2c_7; 24 usbdrdphy0 = &usbdrd_phy0; 25 usbdrdphy1 = &usbdrd_phy1; 26 }; 27 28 arm_a7_pmu: arm-a7-pmu { 29 compatible = "arm,cortex-a7-pm 30 interrupt-parent = <&gic>; 31 interrupts = <GIC_SPI 160 IRQ_ 32 <GIC_SPI 161 IRQ_ 33 <GIC_SPI 162 IRQ_ 34 <GIC_SPI 163 IRQ_ 35 status = "disabled"; 36 }; 37 38 arm_a15_pmu: arm-a15-pmu { 39 compatible = "arm,cortex-a15-p 40 interrupt-parent = <&combiner> 41 interrupts = <1 2>, 42 <7 0>, 43 <16 6>, 44 <19 2>; 45 status = "disabled"; 46 }; 47 48 timer: timer { 49 compatible = "arm,armv7-timer" 50 interrupts = <GIC_PPI 13 (GIC_ 51 <GIC_PPI 14 (GIC_ 52 <GIC_PPI 11 (GIC_ 53 <GIC_PPI 10 (GIC_ 54 clock-frequency = <24000000>; 55 }; 56 57 soc: soc { 58 sram@2020000 { 59 compatible = "mmio-sra 60 reg = <0x02020000 0x54 61 #address-cells = <1>; 62 #size-cells = <1>; 63 ranges = <0 0x02020000 64 65 smp-sram@0 { 66 compatible = " 67 reg = <0x0 0x1 68 }; 69 70 smp-sram@53000 { 71 compatible = " 72 reg = <0x53000 73 }; 74 }; 75 76 mct: timer@101c0000 { 77 compatible = "samsung, 78 "samsung, 79 reg = <0x101c0000 0xb0 80 interrupts-extended = 81 82 83 84 85 86 87 88 89 90 91 92 }; 93 94 watchdog: watchdog@101d0000 { 95 compatible = "samsung, 96 reg = <0x101d0000 0x10 97 interrupts = <GIC_SPI 98 }; 99 100 adc: adc@12d10000 { 101 compatible = "samsung, 102 reg = <0x12d10000 0x10 103 interrupts = <GIC_SPI 104 #io-channel-cells = <1 105 status = "disabled"; 106 }; 107 108 /* i2c_0-3 are defined in exyn 109 hsi2c_4: i2c@12ca0000 { 110 compatible = "samsung, 111 reg = <0x12ca0000 0x10 112 interrupts = <GIC_SPI 113 #address-cells = <1>; 114 #size-cells = <0>; 115 status = "disabled"; 116 }; 117 118 hsi2c_5: i2c@12cb0000 { 119 compatible = "samsung, 120 reg = <0x12cb0000 0x10 121 interrupts = <GIC_SPI 122 #address-cells = <1>; 123 #size-cells = <0>; 124 status = "disabled"; 125 }; 126 127 hsi2c_6: i2c@12cc0000 { 128 compatible = "samsung, 129 reg = <0x12cc0000 0x10 130 interrupts = <GIC_SPI 131 #address-cells = <1>; 132 #size-cells = <0>; 133 status = "disabled"; 134 }; 135 136 hsi2c_7: i2c@12cd0000 { 137 compatible = "samsung, 138 reg = <0x12cd0000 0x10 139 interrupts = <GIC_SPI 140 #address-cells = <1>; 141 #size-cells = <0>; 142 status = "disabled"; 143 }; 144 145 usbdrd3_0: usb@12000000 { 146 compatible = "samsung, 147 #address-cells = <1>; 148 #size-cells = <1>; 149 ranges = <0x0 0x120000 150 151 usbdrd_dwc3_0: usb@0 { 152 compatible = " 153 reg = <0x0 0x1 154 interrupts = < 155 phys = <&usbdr 156 phy-names = "u 157 snps,dis_u3_su 158 }; 159 }; 160 161 usbdrd_phy0: phy@12100000 { 162 compatible = "samsung, 163 reg = <0x12100000 0x10 164 #phy-cells = <1>; 165 }; 166 167 usbdrd3_1: usb@12400000 { 168 compatible = "samsung, 169 #address-cells = <1>; 170 #size-cells = <1>; 171 ranges = <0x0 0x124000 172 173 usbdrd_dwc3_1: usb@0 { 174 compatible = " 175 reg = <0x0 0x1 176 phys = <&usbdr 177 phy-names = "u 178 snps,dis_u3_su 179 }; 180 }; 181 182 usbdrd_phy1: phy@12500000 { 183 compatible = "samsung, 184 reg = <0x12500000 0x10 185 #phy-cells = <1>; 186 }; 187 188 usbhost2: usb@12110000 { 189 compatible = "samsung, 190 reg = <0x12110000 0x10 191 interrupts = <GIC_SPI 192 phys = <&usb2_phy 0>; 193 phy-names = "host"; 194 }; 195 196 usbhost1: usb@12120000 { 197 compatible = "samsung, 198 reg = <0x12120000 0x10 199 interrupts = <GIC_SPI 200 phys = <&usb2_phy 0>; 201 phy-names = "host"; 202 }; 203 204 usb2_phy: phy@12130000 { 205 compatible = "samsung, 206 reg = <0x12130000 0x10 207 #phy-cells = <1>; 208 }; 209 }; 210 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.