mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 13:04:22 +00:00
f7c732bf9e
Radxa E25 is a network application carrier board for the Radxa CM3 Industrial (CM3I) SoM, which is based on the Rockchip RK3568 SoC. It has the following features: - MicroSD card socket, on board eMMC flash - 2x 2.5GbE Realtek RTL8125B Ethernet transceiver - 1x USB Type-C port (Power and Serial console) - 1x USB 3.0 OTG port - mini PCIe socket (USB or PCIe) - ngff PCIe socket (USB or SATA) - 1x User LED and 16x RGB LEDs - 26-pin expansion header Installation: Uncompress the OpenWrt sysupgrade and write it to a micro SD card or internal eMMC using dd. Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
25 lines
631 B
Diff
25 lines
631 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Marius Durbaca <mariusd84@gmail.com>
|
|
Date: Tue Feb 27 16:25:27 2024 +0200
|
|
Subject: [PATCH] arm64: dts: rockchip: Update LED properties for Radxa
|
|
E25
|
|
|
|
Add OpenWrt's LED aliases for showing system status.
|
|
|
|
Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
|
|
---
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
|
|
@@ -9,6 +9,10 @@
|
|
|
|
aliases {
|
|
mmc1 = &sdmmc0;
|
|
+ led-boot = &led_user;
|
|
+ led-failsafe = &led_user;
|
|
+ led-running = &led_user;
|
|
+ led-upgrade = &led_user;
|
|
};
|
|
|
|
pwm-leds {
|