diff options
author | 2017-04-06 15:04:26 +0200 | |
---|---|---|
committer | 2017-04-06 23:28:37 +0200 | |
commit | e78939d7f7b9a6126215c10b5f1ab2cf69b0e4d3 (patch) | |
tree | 327ac9968dc689fecbdcea6ec8cb420b680a647f | |
parent | ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM (diff) | |
download | wireguard-linux-e78939d7f7b9a6126215c10b5f1ab2cf69b0e4d3.tar.xz wireguard-linux-e78939d7f7b9a6126215c10b5f1ab2cf69b0e4d3.zip |
dt-bindings: Document Phytec phyCORE-RK3288 RDK
Add documentation for the PCM-947 carrier board, a RK3288 based
development board made by PHYTEC.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-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 226ee9131078..6b8d50a0ee78 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -106,6 +106,10 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "mqmaker,miqi", "rockchip,rk3288"; +- Phytec phyCORE-RK3288: Rapid Development Kit + Required root node properties: + - compatible = "phytec,rk3288-pcm-947", "phytec,rk3288-phycore-som", "rockchip,rk3288"; + - Rockchip PX3 Evaluation board: Required root node properties: - compatible = "rockchip,px3-evb", "rockchip,px3", "rockchip,rk3188"; |