Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | %YAML 1.2 |
| 3 | --- |
| 4 | $id: http://devicetree.org/schemas/arm/samsung/samsung-boards.yaml# |
| 5 | $schema: http://devicetree.org/meta-schemas/core.yaml# |
| 6 | |
| 7 | title: Samsung Exynos and S5P SoC based boards |
| 8 | |
| 9 | maintainers: |
| 10 | - Krzysztof Kozlowski <krzk@kernel.org> |
| 11 | |
| 12 | properties: |
| 13 | $nodename: |
| 14 | const: '/' |
| 15 | compatible: |
| 16 | oneOf: |
| 17 | - description: S3C2416 based boards |
| 18 | items: |
| 19 | - enum: |
| 20 | - samsung,smdk2416 # Samsung SMDK2416 |
| 21 | - const: samsung,s3c2416 |
| 22 | |
| 23 | - description: S3C6410 based boards |
| 24 | items: |
| 25 | - enum: |
| 26 | - friendlyarm,mini6410 # FriendlyARM Mini6410 |
| 27 | - samsung,smdk6410 # Samsung SMDK6410 |
| 28 | - const: samsung,s3c6410 |
| 29 | |
| 30 | - description: S5PV210 based boards |
| 31 | items: |
| 32 | - enum: |
| 33 | - aesop,torbreck # aESOP Torbreck based on S5PV210 |
| 34 | - samsung,aquila # Samsung Aquila based on S5PC110 |
| 35 | - samsung,goni # Samsung Goni based on S5PC110 |
| 36 | - yic,smdkc110 # YIC System SMDKC110 based on S5PC110 |
| 37 | - yic,smdkv210 # YIC System SMDKV210 based on S5PV210 |
| 38 | - const: samsung,s5pv210 |
| 39 | |
| 40 | - description: S5PV210 based Aries boards |
| 41 | items: |
| 42 | - enum: |
| 43 | - samsung,fascinate4g # Samsung Galaxy S Fascinate 4G (SGH-T959P) |
| 44 | - samsung,galaxys # Samsung Galaxy S (i9000) |
| 45 | - const: samsung,aries |
| 46 | - const: samsung,s5pv210 |
| 47 | |
| 48 | - description: Exynos3250 based boards |
| 49 | items: |
| 50 | - enum: |
| 51 | - samsung,monk # Samsung Simband |
| 52 | - samsung,rinato # Samsung Gear2 |
| 53 | - const: samsung,exynos3250 |
| 54 | - const: samsung,exynos3 |
| 55 | |
| 56 | - description: Samsung ARTIK5 boards |
| 57 | items: |
| 58 | - enum: |
| 59 | - samsung,artik5-eval # Samsung ARTIK5 eval board |
| 60 | - const: samsung,artik5 # Samsung ARTIK5 module |
| 61 | - const: samsung,exynos3250 |
| 62 | - const: samsung,exynos3 |
| 63 | |
| 64 | - description: Exynos4210 based boards |
| 65 | items: |
| 66 | - enum: |
| 67 | - insignal,origen # Insignal Origen |
| 68 | - samsung,i9100 # Samsung Galaxy S2 (GT-I9100) |
| 69 | - samsung,smdkv310 # Samsung SMDKV310 eval |
| 70 | - samsung,trats # Samsung Tizen Reference |
| 71 | - samsung,universal_c210 # Samsung C210 |
| 72 | - const: samsung,exynos4210 |
| 73 | - const: samsung,exynos4 |
| 74 | |
| 75 | - description: Samsung Galaxy Tab3 family boards |
| 76 | items: |
| 77 | - enum: |
| 78 | - samsung,t310 # Samsung Galaxy Tab 3 8.0 WiFi (SM-T310) |
| 79 | - samsung,t311 # Samsung Galaxy Tab 3 8.0 3G (SM-T311) |
| 80 | - samsung,t315 # Samsung Galaxy Tab 3 8.0 LTE (SM-T315) |
| 81 | - const: samsung,tab3 |
| 82 | - const: samsung,exynos4212 |
| 83 | - const: samsung,exynos4 |
| 84 | |
| 85 | - description: Exynos4412 based boards |
| 86 | items: |
| 87 | - enum: |
| 88 | - friendlyarm,tiny4412 # FriendlyARM TINY4412 |
| 89 | - hardkernel,odroid-u3 # Hardkernel Odroid U3 |
| 90 | - hardkernel,odroid-x # Hardkernel Odroid X |
| 91 | - hardkernel,odroid-x2 # Hardkernel Odroid X2 |
| 92 | - insignal,origen4412 # Insignal Origen |
| 93 | - samsung,smdk4412 # Samsung SMDK4412 eval |
| 94 | - topeet,itop4412-elite # TOPEET Elite base |
| 95 | - const: samsung,exynos4412 |
| 96 | - const: samsung,exynos4 |
| 97 | |
| 98 | - description: Samsung Midas family boards |
| 99 | items: |
| 100 | - enum: |
| 101 | - samsung,i9300 # Samsung GT-I9300 |
| 102 | - samsung,i9305 # Samsung GT-I9305 |
| 103 | - samsung,n710x # Samsung GT-N7100/GT-N7105 |
| 104 | - samsung,trats2 # Samsung Tizen Reference |
| 105 | - const: samsung,midas |
| 106 | - const: samsung,exynos4412 |
| 107 | - const: samsung,exynos4 |
| 108 | |
| 109 | - description: Samsung p4note family boards |
| 110 | items: |
| 111 | - enum: |
| 112 | - samsung,n8010 # Samsung GT-N8010/GT-N8013 |
| 113 | - const: samsung,p4note |
| 114 | - const: samsung,exynos4412 |
| 115 | - const: samsung,exynos4 |
| 116 | |
| 117 | - description: Exynos5250 based boards |
| 118 | items: |
| 119 | - enum: |
| 120 | - google,snow-rev5 # Google Snow Rev 5+ |
| 121 | - google,spring # Google Spring |
| 122 | - insignal,arndale # Insignal Arndale |
| 123 | - samsung,smdk5250 # Samsung SMDK5250 eval |
| 124 | - const: samsung,exynos5250 |
| 125 | - const: samsung,exynos5 |
| 126 | |
| 127 | - description: Google Snow Boards (Rev 4+) |
| 128 | items: |
| 129 | - const: google,snow-rev4 |
| 130 | - const: google,snow |
| 131 | - const: samsung,exynos5250 |
| 132 | - const: samsung,exynos5 |
| 133 | |
| 134 | - description: Exynos5260 based boards |
| 135 | items: |
| 136 | - enum: |
| 137 | - samsung,xyref5260 # Samsung Xyref5260 eval |
| 138 | - const: samsung,exynos5260 |
| 139 | - const: samsung,exynos5 |
| 140 | |
| 141 | - description: Exynos5410 based boards |
| 142 | items: |
| 143 | - enum: |
| 144 | - hardkernel,odroid-xu # Hardkernel Odroid XU |
| 145 | - samsung,smdk5410 # Samsung SMDK5410 eval |
| 146 | - const: samsung,exynos5410 |
| 147 | - const: samsung,exynos5 |
| 148 | |
| 149 | - description: Exynos5420 based boards |
| 150 | items: |
| 151 | - enum: |
| 152 | - insignal,arndale-octa # Insignal Arndale Octa |
| 153 | - samsung,chagall-wifi # Samsung SM-T800 |
| 154 | - samsung,klimt-wifi # Samsung SM-T700 |
| 155 | - samsung,smdk5420 # Samsung SMDK5420 eval |
| 156 | - const: samsung,exynos5420 |
| 157 | - const: samsung,exynos5 |
| 158 | |
| 159 | - description: Google Peach Pit Boards (Rev 6+) |
| 160 | items: |
| 161 | - const: google,pit-rev16 |
| 162 | - const: google,pit-rev15 |
| 163 | - const: google,pit-rev14 |
| 164 | - const: google,pit-rev13 |
| 165 | - const: google,pit-rev12 |
| 166 | - const: google,pit-rev11 |
| 167 | - const: google,pit-rev10 |
| 168 | - const: google,pit-rev9 |
| 169 | - const: google,pit-rev8 |
| 170 | - const: google,pit-rev7 |
| 171 | - const: google,pit-rev6 |
| 172 | - const: google,pit |
| 173 | - const: google,peach |
| 174 | - const: samsung,exynos5420 |
| 175 | - const: samsung,exynos5 |
| 176 | |
| 177 | - description: Exynos5800 based boards |
| 178 | items: |
| 179 | - enum: |
| 180 | - hardkernel,odroid-xu3 # Hardkernel Odroid XU3 |
| 181 | - hardkernel,odroid-xu3-lite # Hardkernel Odroid XU3 Lite |
| 182 | - hardkernel,odroid-xu4 # Hardkernel Odroid XU4 |
| 183 | - hardkernel,odroid-hc1 # Hardkernel Odroid HC1 |
| 184 | - samsung,k3g # Samsung Galaxy S5 (SM-G900H) |
| 185 | - const: samsung,exynos5800 |
| 186 | - const: samsung,exynos5 |
| 187 | |
| 188 | - description: Google Peach Pi Boards (Rev 10+) |
| 189 | items: |
| 190 | - const: google,pi-rev16 |
| 191 | - const: google,pi-rev15 |
| 192 | - const: google,pi-rev14 |
| 193 | - const: google,pi-rev13 |
| 194 | - const: google,pi-rev12 |
| 195 | - const: google,pi-rev11 |
| 196 | - const: google,pi-rev10 |
| 197 | - const: google,pi |
| 198 | - const: google,peach |
| 199 | - const: samsung,exynos5800 |
| 200 | - const: samsung,exynos5 |
| 201 | |
| 202 | - description: Exynos5433 based boards |
| 203 | items: |
| 204 | - enum: |
| 205 | - samsung,tm2 # Samsung TM2 |
| 206 | - samsung,tm2e # Samsung TM2E |
| 207 | - const: samsung,exynos5433 |
| 208 | |
| 209 | - description: Exynos7 based boards |
| 210 | items: |
| 211 | - enum: |
| 212 | - samsung,exynos7-espresso # Samsung Exynos7 Espresso |
| 213 | - const: samsung,exynos7 |
| 214 | |
| 215 | - description: Exynos7885 based boards |
| 216 | items: |
| 217 | - enum: |
| 218 | - samsung,jackpotlte # Samsung Galaxy A8 (2018) |
| 219 | - const: samsung,exynos7885 |
| 220 | |
| 221 | - description: Exynos850 based boards |
| 222 | items: |
| 223 | - enum: |
| 224 | - winlink,e850-96 # WinLink E850-96 |
| 225 | - const: samsung,exynos850 |
| 226 | |
| 227 | - description: Exynos Auto v9 based boards |
| 228 | items: |
| 229 | - enum: |
| 230 | - samsung,exynosautov9-sadk # Samsung Exynos Auto v9 SADK |
| 231 | - const: samsung,exynosautov9 |
| 232 | |
Tom Rini | 93743d2 | 2024-04-01 09:08:13 -0400 | [diff] [blame] | 233 | - description: Exynos Auto v920 based boards |
| 234 | items: |
| 235 | - enum: |
| 236 | - samsung,exynosautov920-sadk # Samsung Exynos Auto v920 SADK |
| 237 | - const: samsung,exynosautov920 |
| 238 | |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 239 | required: |
| 240 | - compatible |
| 241 | |
| 242 | additionalProperties: true |