diff options
author | Randy Li <ayaka@soulik.info> | 2016-07-18 23:32:32 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-08-08 10:56:55 +0200 |
commit | 4421db1c2bb92592fc090a68deb0ad422e13a939 (patch) | |
tree | 6b96abdb8f391323cdf2bbe51668cc51cbc471c5 /Documentation/devicetree | |
parent | 0b1115bcbc9d28014c38e93c6c2cd9e1c3f6f69f (diff) | |
download | op-kernel-dev-4421db1c2bb92592fc090a68deb0ad422e13a939.zip op-kernel-dev-4421db1c2bb92592fc090a68deb0ad422e13a939.tar.gz |
ARM: dts: rockchip: add rk3288-firefly-reload
The Firefly RK3288 Reload is a combination Firefly rk3288 core board
with the Reload baseboard. Add a dtsi for the Firefly rk3288 core
which can be included into the dts for the various baseboards
in the future and dts for Reload base board.
Currently supported are serial console, wired networking, eMMC and
SD storage, SPFIF, IR receiver, LEDs, SDIO wifi and USB. But only
the OTG could work on the host mode now, the other USB host can't
work now, additional patches are required.
Signed-off-by: Randy Li <ayaka@soulik.info>
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 d7a9b2e..a4f59b5 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -31,6 +31,10 @@ Rockchip platforms device tree bindings or - compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288"; +- Firefly Firefly-RK3288 Reload board: + Required root node properties: + - compatible = "firefly,firefly-rk3288-reload", "rockchip,rk3288"; + - ChipSPARK PopMetal-RK3288 board: Required root node properties: - compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288"; |