diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2015-09-15 08:57:21 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-10-08 22:38:17 +0200 |
commit | 44d5039a9add451b6cd240515d59d5848ba16fd5 (patch) | |
tree | edd0c4b11c5aa7ef88fb4378e510c08f0fd2edf7 /Documentation | |
parent | 1d727ec922e666e08fbdad7328947c9943e58439 (diff) | |
download | linux-44d5039a9add451b6cd240515d59d5848ba16fd5.tar.gz linux-44d5039a9add451b6cd240515d59d5848ba16fd5.tar.bz2 linux-44d5039a9add451b6cd240515d59d5848ba16fd5.zip |
ARM: dts: rockchip: Add dtb for the Radxa Rock 2 Square board
The Radxa Rock 2 Square board is a combination of the Radxa Rock 2 SoM
with the Square baseboard. Add a dtsi for the SoM which can be included
into the dts for the various baseboards (e.g. full and square) and a dts
for the square board.
Currently supported are serial console, wired networking, hdmi output,
eMMC and SD storage and USB.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation')
-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 cc421ed530e7..8e985dd2f181 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -17,6 +17,10 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "radxa,rock", "rockchip,rk3188"; +- Radxa Rock2 Square board: + Required root node properties: + - compatible = "radxa,rock2-square", "rockchip,rk3288"; + - Firefly Firefly-RK3288 board: Required root node properties: - compatible = "firefly,firefly-rk3288", "rockchip,rk3288"; |