mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +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>
37 lines
1.0 KiB
Diff
37 lines
1.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Marius Durbaca <mariusd84@gmail.com>
|
|
Date: Tue Feb 20 15:05:27 2024 +0200
|
|
Subject: [PATCH] arm64: dts: rockchip: Update LED properties for Radxa
|
|
CM3 IO board
|
|
|
|
Add OpenWrt's LED aliases for showing system status.
|
|
|
|
Suggested-by: Tianling Shen <cnsztl@immortalwrt.org>
|
|
Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
|
|
---
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
|
|
@@ -16,6 +16,10 @@
|
|
aliases {
|
|
ethernet0 = &gmac1;
|
|
mmc1 = &sdmmc0;
|
|
+ led-boot = &status_led;
|
|
+ led-failsafe = &status_led;
|
|
+ led-running = &status_led;
|
|
+ led-upgrade = &status_led;
|
|
};
|
|
|
|
chosen: chosen {
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi
|
|
@@ -17,7 +17,7 @@
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
- led-0 {
|
|
+ status_led: led-0 {
|
|
gpios = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>;
|
|
color = <LED_COLOR_ID_GREEN>;
|
|
function = LED_FUNCTION_STATUS;
|