mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
c22c63bce3
Hardware -------- RockChip RK3566 ARM64 (4 cores) - up to 8GB LPDDR4X - 1x HDMI, - 2x MIPI DSI - 2x MIPI CSI2 - 1x eDP - 1x PCIe card - 2x SATA - 2x USB 2.0 Host - 1x USB 3.0 - 1x USB 2.0 OTG - 10/100/1000 Base-T - microSD slot - 40-pin GPIO expansion header - 12V DC Radxa CM3 needs to mount on top of this IO board in order to create complete Radxa CM3 IO board platform. Installation ------------ Uncompress the OpenWrt sysupgrade and write it to a micro SD card or internal eMMC using dd. Reviewed-by: Tianling Shen <cnsztl@immortalwrt.org> Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From 36d9b3ae708e865cdab95692db5a24c5d975383d Mon Sep 17 00:00:00 2001
|
|
From: Dragan Simic <dsimic@manjaro.org>
|
|
Date: Tue, 12 Dec 2023 09:01:39 +0100
|
|
Subject: [PATCH] arm64: dts: rockchip: Add ethernet0 alias to the dts for
|
|
RK3566 boards
|
|
|
|
Add ethernet0 alias to the board dts files for a few supported RK3566 boards
|
|
that had it missing. Also, remove the ethernet0 alias from one RK3566 SoM
|
|
dtsi file, which doesn't enable the GMAC, and add the ethernet0 alias back to
|
|
the dependent board dts files, which actually enable the GMAC.
|
|
|
|
Signed-off-by: Dragan Simic <dsimic@manjaro.org>
|
|
Link: https://lore.kernel.org/r/d2a272e0ae0fff0adfab8bb0238243b11d348799.1702368023.git.dsimic@manjaro.org
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
|
|
@@ -14,6 +14,7 @@
|
|
compatible = "radxa,cm3-io", "radxa,cm3", "rockchip,rk3566";
|
|
|
|
aliases {
|
|
+ ethernet0 = &gmac1;
|
|
mmc1 = &sdmmc0;
|
|
};
|
|
|