Changes from v2:
* Correct the board name for CM3I/E25.
* Split the device tree into CM3I/E25.
* Adjusted some regulator names according to the schematic.
* Reduce the serial port rate to 115200bps as suggested by FUKAUMI.
Chukun Pan (2):
dt-bindings: arm: rockchip: Add Radxa CM3I E25
arm64: dts: rockchip: Add Radxa CM3I E25
.../devicetree/bindings/arm/rockchip.yaml | 7 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../boot/dts/rockchip/rk3568-radxa-cm3i.dtsi | 416 ++++++++++++++++++
.../boot/dts/rockchip/rk3568-radxa-e25.dts | 229 ++++++++++
4 files changed, 653 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-radxa-cm3i.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
--
2.25.1
Radxa CM3 Industrial (CM3I) is an System on Module made by Radxa
based on the Rockchip RK3568 SoC. The first carrier board supported
is the Radxa E25. Add devicetree binding documentation for it.
Signed-off-by: Chukun Pan <[email protected]>
---
Documentation/devicetree/bindings/arm/rockchip.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 88ff4422a8c1..3af95dbb95dc 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -599,6 +599,13 @@ properties:
- const: pine64,soquartz
- const: rockchip,rk3566
+ - description: Radxa CM3 Industrial
+ items:
+ - enum:
+ - radxa,e25
+ - const: radxa,cm3i
+ - const: rockchip,rk3568
+
- description: Radxa Rock
items:
- const: radxa,rock
--
2.25.1
On Fri, 09 Dec 2022 18:25:23 +0800, Chukun Pan wrote:
> Radxa CM3 Industrial (CM3I) is an System on Module made by Radxa
> based on the Rockchip RK3568 SoC. The first carrier board supported
> is the Radxa E25. Add devicetree binding documentation for it.
>
> Signed-off-by: Chukun Pan <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/rockchip.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
Acked-by: Rob Herring <[email protected]>
On Fri, 9 Dec 2022 18:25:22 +0800, Chukun Pan wrote:
> Changes from v2:
> * Correct the board name for CM3I/E25.
> * Split the device tree into CM3I/E25.
> * Adjusted some regulator names according to the schematic.
> * Reduce the serial port rate to 115200bps as suggested by FUKAUMI.
>
> Chukun Pan (2):
> dt-bindings: arm: rockchip: Add Radxa CM3I E25
> arm64: dts: rockchip: Add Radxa CM3I E25
>
> [...]
Applied for 6.3, thanks!
[1/2] dt-bindings: arm: rockchip: add Radxa CM3I E25
commit: c3c4192809821b00ca7e20071ef17f07f3744bd2
[2/2] arm64: dts: rockchip: Add Radxa CM3I E25
commit: 23587814cbde8a4fc877e4a0c992b4f73f6c3101
Best regards,
--
Heiko Stuebner <[email protected]>