diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2016-09-11 01:47:03 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-10-16 02:42:59 +0200 |
commit | 76c923bb64923a387f0fc95480afb61ff1504eae (patch) | |
tree | de0852f5bcf0efaaaac68b2bd692fe505cd394c5 /Documentation/devicetree/bindings/arm/rockchip.txt | |
parent | 06ad4b2fad80713c50a31da6d1048cb1df728558 (diff) | |
download | linux-stable-76c923bb64923a387f0fc95480afb61ff1504eae.tar.gz linux-stable-76c923bb64923a387f0fc95480afb61ff1504eae.tar.bz2 linux-stable-76c923bb64923a387f0fc95480afb61ff1504eae.zip |
arm64: dts: rockchip: Add PX5 Evaluation board
PX5 EVB is designed by Rockchip for automotive field
with integrated CVBS (TP2825) / MIPI DSI / CSI / LVDS
HDMI video input/output interface, audio codec ES8396,
WIFI/BT (on RTL8723BS), Gsensor BMA250E and light&proximity
sensor STK3410.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/rockchip.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt index 55f388f954de..dfd605fd6848 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -99,6 +99,14 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "mqmaker,miqi", "rockchip,rk3288"; +- Rockchip PX3 Evaluation board: + Required root node properties: + - compatible = "rockchip,px3-evb", "rockchip,px3", "rockchip,rk3188"; + +- Rockchip PX5 Evaluation board: + Required root node properties: + - compatible = "rockchip,px5-evb", "rockchip,px5", "rockchip,rk3368"; + - Rockchip RK3368 evb: Required root node properties: - compatible = "rockchip,rk3368-evb-act8846", "rockchip,rk3368"; |