diff options
author | Klaus Goger <klaus.goger@theobroma-systems.com> | 2017-08-18 21:34:43 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-08-23 09:25:29 +0200 |
commit | 68987f4494d27077123c8782b11dcd033657ddef (patch) | |
tree | 7080f020a532f751fdb8f8d58a6129841a381c03 /Documentation/devicetree | |
parent | arm64: dts: rockchip: add rk3328-rock64 board (diff) | |
download | linux-68987f4494d27077123c8782b11dcd033657ddef.tar.xz linux-68987f4494d27077123c8782b11dcd033657ddef.zip |
dt-bindings: add rk3399-q7 SoM
RK3399-Q7 is a Qseven compatible system-on-module by Theobroma Systems.
This adds the module and the EVK baseboard "Haikou"
Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree')
-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 b54e9bfd9562..b003148e2945 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -181,6 +181,10 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "rockchip,rk3399-sapphire-excavator", "rockchip,rk3399"; +- Theobroma Systems RK3399-Q7 Haikou Baseboard: + Required root node properties: + - compatible = "tsd,rk3399-q7-haikou", "rockchip,rk3399"; + - Tronsmart Orion R68 Meta Required root node properties: - compatible = "tronsmart,orion-r68-meta", "rockchip,rk3368"; |