Merge remote-tracking branch 'regulator/for-next'
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / rockchip.txt
1 Rockchip platforms device tree bindings
2 ---------------------------------------
3
4 - Kylin RK3036 board:
5 Required root node properties:
6 - compatible = "rockchip,kylin-rk3036", "rockchip,rk3036";
7
8 - MarsBoard RK3066 board:
9 Required root node properties:
10 - compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";
11
12 - bq Curie 2 tablet:
13 Required root node properties:
14 - compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
15
16 - ChipSPARK Rayeager PX2 board:
17 Required root node properties:
18 - compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";
19
20 - Radxa Rock board:
21 Required root node properties:
22 - compatible = "radxa,rock", "rockchip,rk3188";
23
24 - Radxa Rock2 Square board:
25 Required root node properties:
26 - compatible = "radxa,rock2-square", "rockchip,rk3288";
27
28 - Firefly Firefly-RK3288 board:
29 Required root node properties:
30 - compatible = "firefly,firefly-rk3288", "rockchip,rk3288";
31 or
32 - compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
33
34 - Firefly Firefly-RK3288 Reload board:
35 Required root node properties:
36 - compatible = "firefly,firefly-rk3288-reload", "rockchip,rk3288";
37
38 - ChipSPARK PopMetal-RK3288 board:
39 Required root node properties:
40 - compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";
41
42 - Netxeon R89 board:
43 Required root node properties:
44 - compatible = "netxeon,r89", "rockchip,rk3288";
45
46 - GeekBuying GeekBox:
47 Required root node properties:
48 - compatible = "geekbuying,geekbox", "rockchip,rk3368";
49
50 - Google Brain (dev-board):
51 Required root node properties:
52 - compatible = "google,veyron-brain-rev0", "google,veyron-brain",
53 "google,veyron", "rockchip,rk3288";
54
55 - Google Jaq (Haier Chromebook 11 and more):
56 Required root node properties:
57 - compatible = "google,veyron-jaq-rev5", "google,veyron-jaq-rev4",
58 "google,veyron-jaq-rev3", "google,veyron-jaq-rev2",
59 "google,veyron-jaq-rev1", "google,veyron-jaq",
60 "google,veyron", "rockchip,rk3288";
61
62 - Google Jerry (Hisense Chromebook C11 and more):
63 Required root node properties:
64 - compatible = "google,veyron-jerry-rev7", "google,veyron-jerry-rev6",
65 "google,veyron-jerry-rev5", "google,veyron-jerry-rev4",
66 "google,veyron-jerry-rev3", "google,veyron-jerry",
67 "google,veyron", "rockchip,rk3288";
68
69 - Google Mickey (Asus Chromebit CS10):
70 Required root node properties:
71 - compatible = "google,veyron-mickey-rev8", "google,veyron-mickey-rev7",
72 "google,veyron-mickey-rev6", "google,veyron-mickey-rev5",
73 "google,veyron-mickey-rev4", "google,veyron-mickey-rev3",
74 "google,veyron-mickey-rev2", "google,veyron-mickey-rev1",
75 "google,veyron-mickey-rev0", "google,veyron-mickey",
76 "google,veyron", "rockchip,rk3288";
77
78 - Google Minnie (Asus Chromebook Flip C100P):
79 Required root node properties:
80 - compatible = "google,veyron-minnie-rev4", "google,veyron-minnie-rev3",
81 "google,veyron-minnie-rev2", "google,veyron-minnie-rev1",
82 "google,veyron-minnie-rev0", "google,veyron-minnie",
83 "google,veyron", "rockchip,rk3288";
84
85 - Google Pinky (dev-board):
86 Required root node properties:
87 - compatible = "google,veyron-pinky-rev2", "google,veyron-pinky",
88 "google,veyron", "rockchip,rk3288";
89
90 - Google Speedy (Asus C201 Chromebook):
91 Required root node properties:
92 - compatible = "google,veyron-speedy-rev9", "google,veyron-speedy-rev8",
93 "google,veyron-speedy-rev7", "google,veyron-speedy-rev6",
94 "google,veyron-speedy-rev5", "google,veyron-speedy-rev4",
95 "google,veyron-speedy-rev3", "google,veyron-speedy-rev2",
96 "google,veyron-speedy", "google,veyron", "rockchip,rk3288";
97
98 - mqmaker MiQi:
99 Required root node properties:
100 - compatible = "mqmaker,miqi", "rockchip,rk3288";
101
102 - Rockchip RK3368 evb:
103 Required root node properties:
104 - compatible = "rockchip,rk3368-evb-act8846", "rockchip,rk3368";
105
106 - Rockchip R88 board:
107 Required root node properties:
108 - compatible = "rockchip,r88", "rockchip,rk3368";
109
110 - Rockchip RK3228 Evaluation board:
111 Required root node properties:
112 - compatible = "rockchip,rk3228-evb", "rockchip,rk3228";
113
114 - Rockchip RK3229 Evaluation board:
115 - compatible = "rockchip,rk3229-evb", "rockchip,rk3229";
116
117 - Rockchip RK3288 Fennec board:
118 Required root node properties:
119 - compatible = "rockchip,rk3288-fennec", "rockchip,rk3288";
120
121 - Rockchip RK3399 evb:
122 Required root node properties:
123 - compatible = "rockchip,rk3399-evb", "rockchip,rk3399";
124
125 - Tronsmart Orion R68 Meta
126 Required root node properties:
127 - compatible = "tronsmart,orion-r68-meta", "rockchip,rk3368";
This page took 0.043266 seconds and 5 git commands to generate.