On Fri, Feb 22, 2019 at 12:46 PM Alexis Ballier <aball...@gentoo.org> wrote: > > 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 <aball...@gentoo.org> > Cc: devicet...@vger.kernel.org > Cc: Heiko Stuebner <he...@sntech.de> > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-rockc...@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > > --- > > The board is heavily based on the Sapphire one, hence this patch is also > based on this DT. This is why I kept the copyrights of the sapphire DT. > --- > .../devicetree/bindings/arm/rockchip.yaml | 5 + > arch/arm64/boot/dts/rockchip/Makefile | 1 + > .../boot/dts/rockchip/rk3399-orangepi.dts | 778 ++++++++++++++++++ > 3 files changed, 784 insertions(+) > create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
Reviewed-by: Rob Herring <r...@kernel.org>