Message ID | 20210117100710.4857-1-wens@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: rockchip: rk3328: Add Radxa ROCK Pi E | expand |
On Sun, 17 Jan 2021 18:07:07 +0800, Chen-Yu Tsai wrote: > This is v2 of my ROCK Pi E support series. > > Changes since v1: > > - Picked up Rob's Ack for the binding > - Dropped comment about LED color > - Dropped max-frequency from emmc node > - Changed pingroup name from "ethernet-phy" to "ephy" to avoid DT binding > check failure > - Dropped cap-mmc-highspeed from sdmmc node > - Fixed regulator properties to have consistent ordering > - Added adc-key for recovery button > - Sorted header files > > [...] Applied, thanks! [1/3] arm64: dts: rockchip: rk3328: Add clock_in_out property to gmac2phy node commit: c6433083f5930fdf52ad47c8c0459719c810dc89 [2/3] dt-bindings: arm: rockchip: Add Radxa ROCK Pi E commit: 31b8e8592f6663c0937d1408f1fd6ed566fbde5c [3/3] arm64: dts: rockchip: rk3328: Add Radxa ROCK Pi E commit: b918e81f2145967f0cadfe9ede38c69c1796fe09 Best regards,
From: Chen-Yu Tsai <wens@csie.org> Hi everyone, This is v2 of my ROCK Pi E support series. Changes since v1: - Picked up Rob's Ack for the binding - Dropped comment about LED color - Dropped max-frequency from emmc node - Changed pingroup name from "ethernet-phy" to "ephy" to avoid DT binding check failure - Dropped cap-mmc-highspeed from sdmmc node - Fixed regulator properties to have consistent ordering - Added adc-key for recovery button - Sorted header files This series adds support for the Radxa ROCK Pi E. This is a router oriented SBC based on Rockchip's RK3328 SoC. As the official wiki page puts it, "E for Ethernets". It features the RK3328 SoC, gigabit and fast Ethernet RJ45 ports, both directly served by Ethernet controllers in the SoC, a USB 3.0 host port, a power-only USB type-C port, a 3.5mm headphone jack for audio output, two LEDs, a 40-pin Raspberry Pi style GPIO header, and optional WiFi+BT and PoE header. The board comes in multiple configurations, differing in the amount of onboard RAM, the level of WiFi+BT (none, 802.11n 2.4GHz, or 802.11ac 2.4 GHz & 5 GHz), and whether PoE is supported or not. These variants can all share the same device tree. Currently, the 802.11ac chip lacks an in-kernel driver. The USB 2.0 OTG controller is available on the 40-pin header. This is not enabled in the device tree, since it is possible to use it in a host-only configuration, or in OTG mode with an extra pin from the header as the ID pin. The device tree is based on the one of the Rock64, with various parts modified to match the ROCK Pi E, and some parts updated to newer styles, such as the gmac2io node's mdio sub-node. Patch 1 adds the clock_in_out property to the gmac2phy node. This would always have the same setting for gmac2phy, which uses an integrated PHY in RMII mode. Having this set by default makes enabling gmac2phy at the board level simpler. Patch 2 adds a compatible string for this board to the list of Rockchip based devices. Patch 3 adds a device tree file for this board. This is based on the one for the Rock64, with many modifications to adapt it to the new board, as well as style updates. Please have a look. Regards ChenYu Chen-Yu Tsai (3): arm64: dts: rockchip: rk3328: Add clock_in_out property to gmac2phy node dt-bindings: arm: rockchip: Add Radxa ROCK Pi E arm64: dts: rockchip: rk3328: Add Radxa ROCK Pi E .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3328-rock-pi-e.dts | 382 ++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1 + 4 files changed, 389 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts