bmips: add basic BCM6358 ethernet support
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Tue, 24 May 2022 09:14:21 +0000 (11:14 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Tue, 28 Mar 2023 18:01:22 +0000 (20:01 +0200)
commit1c552eb44ddba4d8630eb3453b4f6dd8ef83b13a
treeef875358f7e89d1b0ab52a6f87c9d1b75ba6fc58
parent414ca706849d19294ac1e90b370dcb822704757e
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>
target/linux/bmips/config-5.15
target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
target/linux/bmips/dts/bcm6358.dtsi
target/linux/bmips/files/drivers/net/ethernet/broadcom/bcm6348-enet.c [new file with mode: 0644]
target/linux/bmips/generic/base-files/etc/board.d/02_network
target/linux/bmips/patches-5.15/501-net-broadcom-add-BCM6348-enet-controller-driver.patch [new file with mode: 0644]