blob: 63acd57c4799f8c91bc1942637c50e133d600cb8 [file] [log] [blame]
Krzysztof Kozlowski3412bef2019-09-07 11:19:59 +02001# 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
7title: Samsung Exynos and S5P SoC based boards
8
9maintainers:
10 - Krzysztof Kozlowski <krzk@kernel.org>
11
12properties:
13 $nodename:
14 const: '/'
15 compatible:
16 oneOf:
Krzysztof Kozlowskie557d382019-09-07 11:20:00 +020017 - description: S5PV210 based boards
18 items:
19 - enum:
20 - aesop,torbreck # aESOP Torbreck based on S5PV210
21 - samsung,aquila # Samsung Aquila based on S5PC110
22 - samsung,goni # Samsung Goni based on S5PC110
23 - yic,smdkc110 # YIC System SMDKC110 based on S5PC110
24 - yic,smdkv210 # YIC System SMDKV210 based on S5PV210
25 - const: samsung,s5pv210
26
Krzysztof Kozlowski3412bef2019-09-07 11:19:59 +020027 - description: S5PV210 based Aries boards
28 items:
29 - enum:
30 - samsung,fascinate4g # Samsung Galaxy S Fascinate 4G (SGH-T959P)
31 - samsung,galaxys # Samsung Galaxy S (i9000)
32 - const: samsung,aries
33 - const: samsung,s5pv210
34
35 - description: Exynos3250 based boards
36 items:
37 - enum:
38 - samsung,monk # Samsung Simband
39 - samsung,rinato # Samsung Gear2
40 - const: samsung,exynos3250
41 - const: samsung,exynos3
42
43 - description: Samsung ARTIK5 boards
44 items:
45 - enum:
46 - samsung,artik5-eval # Samsung ARTIK5 eval board
47 - const: samsung,artik5 # Samsung ARTIK5 module
48 - const: samsung,exynos3250
49 - const: samsung,exynos3
50
51 - description: Exynos4210 based boards
52 items:
53 - enum:
54 - insignal,origen # Insignal Origen
55 - samsung,smdkv310 # Samsung SMDKV310 eval
56 - samsung,trats # Samsung Tizen Reference
57 - samsung,universal_c210 # Samsung C210
58 - const: samsung,exynos4210
59 - const: samsung,exynos4
60
61 - description: Exynos4412 based boards
62 items:
63 - enum:
64 - friendlyarm,tiny4412 # FriendlyARM TINY4412
65 - hardkernel,odroid-u3 # Hardkernel Odroid U3
66 - hardkernel,odroid-x # Hardkernel Odroid X
67 - hardkernel,odroid-x2 # Hardkernel Odroid X2
68 - insignal,origen4412 # Insignal Origen
69 - samsung,smdk4412 # Samsung SMDK4412 eval
70 - topeet,itop4412-elite # TOPEET Elite base
71 - const: samsung,exynos4412
72 - const: samsung,exynos4
73
74 - description: Samsung Midas family boards
75 items:
76 - enum:
77 - samsung,i9300 # Samsung GT-I9300
78 - samsung,i9305 # Samsung GT-I9305
79 - samsung,n710x # Samsung GT-N7100/GT-N7105
80 - samsung,trats2 # Samsung Tizen Reference
81 - const: samsung,midas
82 - const: samsung,exynos4412
83 - const: samsung,exynos4
84
85 - description: Exynos5250 based boards
86 items:
87 - enum:
88 - google,snow-rev5 # Google Snow Rev 5+
89 - google,spring # Google Spring
90 - insignal,arndale # Insignal Arndale
91 - samsung,smdk5250 # Samsung SMDK5250 eval
92 - const: samsung,exynos5250
93 - const: samsung,exynos5
94
95 - description: Google Snow Boards (Rev 4+)
96 items:
97 - const: google,snow-rev4
98 - const: google,snow
99 - const: samsung,exynos5250
100 - const: samsung,exynos5
101
102 - description: Exynos5260 based boards
103 items:
104 - enum:
105 - samsung,xyref5260 # Samsung Xyref5260 eval
106 - const: samsung,exynos5260
107 - const: samsung,exynos5
108
109 - description: Exynos5410 based boards
110 items:
111 - enum:
112 - hardkernel,odroid-xu # Hardkernel Odroid XU
113 - samsung,smdk5410 # Samsung SMDK5410 eval
114 - const: samsung,exynos5410
115 - const: samsung,exynos5
116
117 - description: Exynos5420 based boards
118 items:
119 - enum:
120 - insignal,arndale-octa # Insignal Arndale Octa
121 - samsung,smdk5420 # Samsung SMDK5420 eval
122 - const: samsung,exynos5420
123 - const: samsung,exynos5
124
125 - description: Google Peach Pit Boards (Rev 6+)
126 items:
127 - const: google,pit-rev16
128 - const: google,pit-rev15
129 - const: google,pit-rev14
130 - const: google,pit-rev13
131 - const: google,pit-rev12
132 - const: google,pit-rev11
133 - const: google,pit-rev10
134 - const: google,pit-rev9
135 - const: google,pit-rev8
136 - const: google,pit-rev7
137 - const: google,pit-rev6
138 - const: google,pit
139 - const: google,peach
140 - const: samsung,exynos5420
141 - const: samsung,exynos5
142
143 - description: Exynos5800 based boards
144 items:
145 - enum:
146 - hardkernel,odroid-xu3 # Hardkernel Odroid XU3
147 - hardkernel,odroid-xu3-lite # Hardkernel Odroid XU3 Lite
148 - hardkernel,odroid-xu4 # Hardkernel Odroid XU4
149 - hardkernel,odroid-hc1 # Hardkernel Odroid HC1
150 - const: samsung,exynos5800
151 - const: samsung,exynos5
152
153 - description: Google Peach Pi Boards (Rev 10+)
154 items:
155 - const: google,pi-rev16
156 - const: google,pi-rev15
157 - const: google,pi-rev14
158 - const: google,pi-rev13
159 - const: google,pi-rev12
160 - const: google,pi-rev11
161 - const: google,pi-rev10
162 - const: google,pi
163 - const: google,peach
164 - const: samsung,exynos5800
165 - const: samsung,exynos5
166
167 - description: Exynos5433 based boards
168 items:
169 - enum:
170 - samsung,tm2 # Samsung TM2
171 - samsung,tm2e # Samsung TM2E
172 - const: samsung,exynos5433
173
Krzysztof Kozlowski1bc27112019-09-07 11:20:01 +0200174 - description: Exynos7 based boards
175 items:
176 - enum:
177 - samsung,exynos7-espresso # Samsung Exynos7 Espresso
178 - const: samsung,exynos7
179
Krzysztof Kozlowski3412bef2019-09-07 11:19:59 +0200180required:
181 - compatible