mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:12:59 +00:00

As part of ARCH_BCM4908 to ARCH_BCMBCA migration, move the BCM4908 dts files to bcmbca folder and use CONFIG_ARCH_BCMBCA to build all the BCM4908 board dts. Delete bcm4908 folder and its makefile as well. Signed-off-by: William Zhang <william.zhang@broadcom.com> Link: https://lore.kernel.org/r/20220803175455.47638-5-william.zhang@broadcom.com Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
51 lines
586 B
Plaintext
51 lines
586 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "bcm4908.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,raxe500", "brcm,bcm4908", "brcm,bcmbca";
|
|
model = "Netgear RAXE500";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x00 0x00 0x00 0x40000000>;
|
|
};
|
|
};
|
|
|
|
&ehci {
|
|
status = "okay";
|
|
};
|
|
|
|
&ohci {
|
|
status = "okay";
|
|
};
|
|
|
|
&xhci {
|
|
status = "okay";
|
|
};
|
|
|
|
&ports {
|
|
port@0 {
|
|
label = "lan4";
|
|
};
|
|
|
|
port@1 {
|
|
label = "lan3";
|
|
};
|
|
|
|
port@2 {
|
|
label = "lan2";
|
|
};
|
|
|
|
port@3 {
|
|
label = "lan1";
|
|
};
|
|
|
|
port@7 {
|
|
reg = <7>;
|
|
phy-mode = "internal";
|
|
phy-handle = <&phy12>;
|
|
label = "wan";
|
|
};
|
|
};
|