mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
17 lines
439 B
Diff
17 lines
439 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts
|
|
@@ -13,6 +13,13 @@
|
|
model = "Xunlong Orange Pi R1 Plus";
|
|
compatible = "xunlong,orangepi-r1-plus", "rockchip,rk3328";
|
|
|
|
+ aliases {
|
|
+ led-boot = &status_led;
|
|
+ led-failsafe = &status_led;
|
|
+ led-running = &status_led;
|
|
+ led-upgrade = &status_led;
|
|
+ };
|
|
+
|
|
chosen {
|
|
stdout-path = "serial2:1500000n8";
|
|
};
|