aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2022-05-24 11:14:21 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2023-03-28 20:01:22 +0200
commit1c552eb44ddba4d8630eb3453b4f6dd8ef83b13a (patch)
treeef875358f7e89d1b0ab52a6f87c9d1b75ba6fc58 /target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
parent414ca706849d19294ac1e90b370dcb822704757e (diff)
downloadupstream-1c552eb44ddba4d8630eb3453b4f6dd8ef83b13a.tar.gz
upstream-1c552eb44ddba4d8630eb3453b4f6dd8ef83b13a.tar.bz2
upstream-1c552eb44ddba4d8630eb3453b4f6dd8ef83b13a.zip
bmips: add basic BCM6358 ethernet support
The MDIO bus is supported but there are errors when trying to probe and configure the external BCM5325E switch through B53 DSA. Therefore, let's add basic ethernet (but working) support for now. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts')
-rw-r--r--target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
index 6c8b093edf..2ad9460a9c 100644
--- a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
+++ b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
@@ -140,6 +140,17 @@
status = "okay";
};
+&ethernet1 {
+ status = "okay";
+
+ nvmem-cells = <&macaddr_cfe_6a0>;
+ nvmem-cell-names = "mac-address";
+};
+
+&iudma {
+ status = "okay";
+};
+
&ohci {
status = "okay";
};