summaryrefslogtreecommitdiffstats
path: root/target/linux/rockchip/armv8/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorMarius Durbaca <mariusd84@gmail.com>2024-02-28 09:39:44 +0000
committerNick Hainke <vincent@systemli.org>2024-03-23 07:55:43 +0100
commitf7c732bf9ed9bd09646a528681256fb7b0d80bfc (patch)
tree5b3ab5b0a7555deb8df1221a8d7676efb5094298 /target/linux/rockchip/armv8/base-files/etc/board.d/02_network
parentce5661e455f7bb87c028ac989c6d05dbc174877b (diff)
downloadopenwrt-f7c732bf9ed9bd09646a528681256fb7b0d80bfc.tar.gz
openwrt-f7c732bf9ed9bd09646a528681256fb7b0d80bfc.tar.bz2
openwrt-f7c732bf9ed9bd09646a528681256fb7b0d80bfc.zip
rockchip: add Radxa E25 board support
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>
Diffstat (limited to 'target/linux/rockchip/armv8/base-files/etc/board.d/02_network')
-rw-r--r--target/linux/rockchip/armv8/base-files/etc/board.d/02_network3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/rockchip/armv8/base-files/etc/board.d/02_network b/target/linux/rockchip/armv8/base-files/etc/board.d/02_network
index f87b17dbc1..d6e97b91fa 100644
--- a/target/linux/rockchip/armv8/base-files/etc/board.d/02_network
+++ b/target/linux/rockchip/armv8/base-files/etc/board.d/02_network
@@ -16,7 +16,8 @@ rockchip_setup_interfaces()
xunlong,orangepi-r1-plus-lts)
ucidef_set_interfaces_lan_wan 'eth1' 'eth0'
;;
- friendlyarm,nanopi-r5c)
+ friendlyarm,nanopi-r5c|\
+ radxa,e25)
ucidef_set_interfaces_lan_wan 'eth0' 'eth1'
;;
friendlyarm,nanopi-r5s)