[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240626230319.1425316-1-jonas@kwiboo.se>
Date: Wed, 26 Jun 2024 23:03:10 +0000
From: Jonas Karlman <jonas@...boo.se>
To: Heiko Stuebner <heiko@...ech.de>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org, Jonas
Karlman <jonas@...boo.se>
Subject: [PATCH v2 0/2] arm64: dts: rockchip: Add Xunlong Orange Pi 3B
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
Powered by blists - more mailing lists