0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/samsung/samsung-boards.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Samsung Exynos and S5P SoC based boards
0008
0009 maintainers:
0010 - Krzysztof Kozlowski <krzk@kernel.org>
0011
0012 properties:
0013 $nodename:
0014 const: '/'
0015 compatible:
0016 oneOf:
0017 - description: S3C2416 based boards
0018 items:
0019 - enum:
0020 - samsung,smdk2416 # Samsung SMDK2416
0021 - const: samsung,s3c2416
0022
0023 - description: S3C6410 based boards
0024 items:
0025 - enum:
0026 - friendlyarm,mini6410 # FriendlyARM Mini6410
0027 - samsung,smdk6410 # Samsung SMDK6410
0028 - const: samsung,s3c6410
0029
0030 - description: S5PV210 based boards
0031 items:
0032 - enum:
0033 - aesop,torbreck # aESOP Torbreck based on S5PV210
0034 - samsung,aquila # Samsung Aquila based on S5PC110
0035 - samsung,goni # Samsung Goni based on S5PC110
0036 - yic,smdkc110 # YIC System SMDKC110 based on S5PC110
0037 - yic,smdkv210 # YIC System SMDKV210 based on S5PV210
0038 - const: samsung,s5pv210
0039
0040 - description: S5PV210 based Aries boards
0041 items:
0042 - enum:
0043 - samsung,fascinate4g # Samsung Galaxy S Fascinate 4G (SGH-T959P)
0044 - samsung,galaxys # Samsung Galaxy S (i9000)
0045 - const: samsung,aries
0046 - const: samsung,s5pv210
0047
0048 - description: Exynos3250 based boards
0049 items:
0050 - enum:
0051 - samsung,monk # Samsung Simband
0052 - samsung,rinato # Samsung Gear2
0053 - const: samsung,exynos3250
0054 - const: samsung,exynos3
0055
0056 - description: Samsung ARTIK5 boards
0057 items:
0058 - enum:
0059 - samsung,artik5-eval # Samsung ARTIK5 eval board
0060 - const: samsung,artik5 # Samsung ARTIK5 module
0061 - const: samsung,exynos3250
0062 - const: samsung,exynos3
0063
0064 - description: Exynos4210 based boards
0065 items:
0066 - enum:
0067 - insignal,origen # Insignal Origen
0068 - samsung,i9100 # Samsung Galaxy S2 (GT-I9100)
0069 - samsung,smdkv310 # Samsung SMDKV310 eval
0070 - samsung,trats # Samsung Tizen Reference
0071 - samsung,universal_c210 # Samsung C210
0072 - const: samsung,exynos4210
0073 - const: samsung,exynos4
0074
0075 - description: Exynos4412 based boards
0076 items:
0077 - enum:
0078 - friendlyarm,tiny4412 # FriendlyARM TINY4412
0079 - hardkernel,odroid-u3 # Hardkernel Odroid U3
0080 - hardkernel,odroid-x # Hardkernel Odroid X
0081 - hardkernel,odroid-x2 # Hardkernel Odroid X2
0082 - insignal,origen4412 # Insignal Origen
0083 - samsung,smdk4412 # Samsung SMDK4412 eval
0084 - topeet,itop4412-elite # TOPEET Elite base
0085 - const: samsung,exynos4412
0086 - const: samsung,exynos4
0087
0088 - description: Samsung Midas family boards
0089 items:
0090 - enum:
0091 - samsung,i9300 # Samsung GT-I9300
0092 - samsung,i9305 # Samsung GT-I9305
0093 - samsung,n710x # Samsung GT-N7100/GT-N7105
0094 - samsung,trats2 # Samsung Tizen Reference
0095 - const: samsung,midas
0096 - const: samsung,exynos4412
0097 - const: samsung,exynos4
0098
0099 - description: Samsung p4note family boards
0100 items:
0101 - enum:
0102 - samsung,n8010 # Samsung GT-N8010/GT-N8013
0103 - const: samsung,p4note
0104 - const: samsung,exynos4412
0105 - const: samsung,exynos4
0106
0107 - description: Exynos5250 based boards
0108 items:
0109 - enum:
0110 - google,snow-rev5 # Google Snow Rev 5+
0111 - google,spring # Google Spring
0112 - insignal,arndale # Insignal Arndale
0113 - samsung,smdk5250 # Samsung SMDK5250 eval
0114 - const: samsung,exynos5250
0115 - const: samsung,exynos5
0116
0117 - description: Google Snow Boards (Rev 4+)
0118 items:
0119 - const: google,snow-rev4
0120 - const: google,snow
0121 - const: samsung,exynos5250
0122 - const: samsung,exynos5
0123
0124 - description: Exynos5260 based boards
0125 items:
0126 - enum:
0127 - samsung,xyref5260 # Samsung Xyref5260 eval
0128 - const: samsung,exynos5260
0129 - const: samsung,exynos5
0130
0131 - description: Exynos5410 based boards
0132 items:
0133 - enum:
0134 - hardkernel,odroid-xu # Hardkernel Odroid XU
0135 - samsung,smdk5410 # Samsung SMDK5410 eval
0136 - const: samsung,exynos5410
0137 - const: samsung,exynos5
0138
0139 - description: Exynos5420 based boards
0140 items:
0141 - enum:
0142 - insignal,arndale-octa # Insignal Arndale Octa
0143 - samsung,chagall-wifi # Samsung SM-T800
0144 - samsung,klimt-wifi # Samsung SM-T700
0145 - samsung,smdk5420 # Samsung SMDK5420 eval
0146 - const: samsung,exynos5420
0147 - const: samsung,exynos5
0148
0149 - description: Google Peach Pit Boards (Rev 6+)
0150 items:
0151 - const: google,pit-rev16
0152 - const: google,pit-rev15
0153 - const: google,pit-rev14
0154 - const: google,pit-rev13
0155 - const: google,pit-rev12
0156 - const: google,pit-rev11
0157 - const: google,pit-rev10
0158 - const: google,pit-rev9
0159 - const: google,pit-rev8
0160 - const: google,pit-rev7
0161 - const: google,pit-rev6
0162 - const: google,pit
0163 - const: google,peach
0164 - const: samsung,exynos5420
0165 - const: samsung,exynos5
0166
0167 - description: Exynos5800 based boards
0168 items:
0169 - enum:
0170 - hardkernel,odroid-xu3 # Hardkernel Odroid XU3
0171 - hardkernel,odroid-xu3-lite # Hardkernel Odroid XU3 Lite
0172 - hardkernel,odroid-xu4 # Hardkernel Odroid XU4
0173 - hardkernel,odroid-hc1 # Hardkernel Odroid HC1
0174 - const: samsung,exynos5800
0175 - const: samsung,exynos5
0176
0177 - description: Google Peach Pi Boards (Rev 10+)
0178 items:
0179 - const: google,pi-rev16
0180 - const: google,pi-rev15
0181 - const: google,pi-rev14
0182 - const: google,pi-rev13
0183 - const: google,pi-rev12
0184 - const: google,pi-rev11
0185 - const: google,pi-rev10
0186 - const: google,pi
0187 - const: google,peach
0188 - const: samsung,exynos5800
0189 - const: samsung,exynos5
0190
0191 - description: Exynos5433 based boards
0192 items:
0193 - enum:
0194 - samsung,tm2 # Samsung TM2
0195 - samsung,tm2e # Samsung TM2E
0196 - const: samsung,exynos5433
0197
0198 - description: Exynos7 based boards
0199 items:
0200 - enum:
0201 - samsung,exynos7-espresso # Samsung Exynos7 Espresso
0202 - const: samsung,exynos7
0203
0204 - description: Exynos7885 based boards
0205 items:
0206 - enum:
0207 - samsung,jackpotlte # Samsung Galaxy A8 (2018)
0208 - const: samsung,exynos7885
0209
0210 - description: Exynos850 based boards
0211 items:
0212 - enum:
0213 - winlink,e850-96 # WinLink E850-96
0214 - const: samsung,exynos850
0215
0216 - description: Exynos Auto v9 based boards
0217 items:
0218 - enum:
0219 - samsung,exynosautov9-sadk # Samsung Exynos Auto v9 SADK
0220 - const: samsung,exynosautov9
0221
0222 required:
0223 - compatible
0224
0225 additionalProperties: true