[PATCH v2 0/2] arm64: dts: rockchip: Add Xunlong Orange Pi 3B
Jonas Karlman
jonas at kwiboo.se
Wed Jun 26 16:03:10 PDT 2024
This series adds initial support for the Xunlong Orange Pi 3B board.
The Xunlong Orange Pi 3B is a single-board computer based on the
Rockchip RK3566 SoC.
Schematic for Orange Pi 3B can be downloaded from:
http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-3B.html
Changes in v2:
- Add DT for v2.1 hw revision, rename initial DT to v1.1:
- Ethernet phy io voltage: 3v3 (v1.1) / 1v8 (v2.1)
- Etherent reset gpios: GPIO3_C2 (v1.1) / GPIO4_C4 (v2.1)
- WiFi/BT: CDW-20U5622 (v1.1) / AP6256 (v2.1)
- Rename led node and move led pinctrl props
- Use regulator-.* nodename for fixed regulators
- Drop rockchip,mic-in-differential prop
- Add cap-mmc-highspeed to sdhci node
- Add no-mmc and no-sd to sdmmc1 node
Jonas Karlman (2):
dt-bindings: arm: rockchip: Add Xunlong Orange Pi 3B
arm64: dts: rockchip: Add Xunlong Orange Pi 3B
.../devicetree/bindings/arm/rockchip.yaml | 8 +
arch/arm64/boot/dts/rockchip/Makefile | 2 +
.../dts/rockchip/rk3566-orangepi-3b-v1.1.dts | 29 +
.../dts/rockchip/rk3566-orangepi-3b-v2.1.dts | 70 ++
.../boot/dts/rockchip/rk3566-orangepi-3b.dtsi | 678 ++++++++++++++++++
5 files changed, 787 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b-v1.1.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b-v2.1.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b.dtsi
--
2.45.2
More information about the linux-arm-kernel
mailing list