diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-02-22 21:44:19 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-03-18 10:45:46 +0300 |
commit | 08b64bd2c681ab8bd67fbf1d34d092d1bb72ede4 (patch) | |
tree | 132a70478931a1e66f3cd7b749150868debe9caa /Documentation/devicetree/bindings/arm/rockchip.yaml | |
parent | e38b144b82529d2e12ce815fab3d0bd6984a8d5f (diff) | |
download | linux-08b64bd2c681ab8bd67fbf1d34d092d1bb72ede4.tar.xz |
arm64: dts: rockchip: Add support for the Orange Pi RK3399 board.
This adds basic support for the Orange Pi RK3399 board.
What works:
- SD card / emmc.
- Debug UART
- Ethernet
- USB: Type C, internal USB3 for SATA, 4 USB 2.0 ports
- Sensors: All of them but the Hall sensor.
- Buttons
- Wifi, Bluetooth
- HDMI out
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/rockchip.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 061a03edf9c8..64b74b12dfea 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -308,6 +308,11 @@ properties: - const: netxeon,r89 - const: rockchip,rk3288 + - description: Orange Pi RK3399 board + items: + - const: rockchip,rk3399-orangepi + - const: rockchip,rk3399 + - description: Phytec phyCORE-RK3288 Rapid Development Kit items: - const: phytec,rk3288-pcm-947 |