diff options
author | Jacob Chen <jacob-chen@iotwrt.com> | 2017-08-03 18:32:37 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-08-06 17:38:36 +0200 |
commit | 0a3c78e251b3a266872be8eed46fa05522691c5b (patch) | |
tree | 556899d657f29f93cbb9cec6486fffb7ec289dcd /Documentation/devicetree/bindings/arm/rockchip.txt | |
parent | 8164a84cca12703d55435e5655ace0f0d07b4fe8 (diff) | |
download | blackbird-op-linux-0a3c78e251b3a266872be8eed46fa05522691c5b.tar.gz blackbird-op-linux-0a3c78e251b3a266872be8eed46fa05522691c5b.zip |
arm64: dts: rockchip: Add support for rk3399 excavator main board
Add support for the rk3399 excavator main board.
This board works in a combination with the sapphire SOM.
This board have been sold as the rk3399 evaluation board for commercial customers.
You can get more info from below link:
http://opensource.rock-chips.com/wiki_Excavator_sapphire_board
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt index 11c0ac4a2d56..88d95323d301 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -173,6 +173,10 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "rockchip,rk3399-evb", "rockchip,rk3399"; +- Rockchip RK3399 Sapphire Excavator board: + Required root node properties: + - compatible = "rockchip,rk3399-sapphire-excavator", "rockchip,rk3399"; + - Tronsmart Orion R68 Meta Required root node properties: - compatible = "tronsmart,orion-r68-meta", "rockchip,rk3368"; |