diff options
author | Paweł Jarosz <paweljarosz3691@gmail.com> | 2016-10-08 23:22:30 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-10-21 19:09:48 +0300 |
commit | cbab82029c87b92c30ee1effb777c312c468fc0b (patch) | |
tree | 0f246f1aeaef4d313a19d6f5d461cfbb422e5fb6 /Documentation/devicetree/bindings/arm/rockchip.txt | |
parent | c2eb848ffa7fe8d1c0e3c6bc321a6e6d140fce9d (diff) | |
download | linux-cbab82029c87b92c30ee1effb777c312c468fc0b.tar.xz |
ARM: dts: rockchip: Add rk3066 MK808 board
MK808 is a tv stick which has rockchip rk3066 CPU inside, two usb ports
- host and otg, micro sd card slot and onboard wifi RK901.
Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
Reviewed-by: Shawn Lin <shawn.lin@rock-chip.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 55f388f954de..e921f3efac64 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -25,6 +25,10 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "radxa,rock2-square", "rockchip,rk3288"; +- Rikomagic MK808 v1 board: + Required root node properties: + - compatible = "rikomagic,mk808", "rockchip,rk3066a"; + - Firefly Firefly-RK3288 board: Required root node properties: - compatible = "firefly,firefly-rk3288", "rockchip,rk3288"; |