From 0f269554e4fd16dd4bcb705e38ff063199e57018 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sat, 16 Jul 2022 10:33:24 +0200 Subject: ipq40xx: convert GL-AP1300 to DSA Convert GL-AP1300 to DSA and enable it. While working on it rename the GL-AP1300 leds from green to white. Tested-by: Rob White Tested-by: Robert Sommer Signed-off-by: Nick Hainke --- .../arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts | 37 ++++++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) (limited to 'target/linux/ipq40xx/files') diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts index 41ed66e595..6f5d4d8a57 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-ap1300.dts @@ -14,7 +14,6 @@ led-failsafe = &led_power; led-running = &led_power; led-upgrade = &led_power; - label-mac-device = &gmac0; }; memory { @@ -92,13 +91,13 @@ compatible = "gpio-leds"; led_power: power { - label = "green:power"; + label = "white:power"; gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>; default-state = "on"; }; wan { - label = "green:wan"; + label = "white:wan"; gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>; }; }; @@ -180,6 +179,14 @@ #address-cells = <1>; #size-cells = <1>; + macaddr_art_0: mac-address@0 { + reg = <0x0 0x6>; + }; + + macaddr_art_6: mac-address@6 { + reg = <0x6 0x6>; + }; + precal_art_1000: precal@1000 { reg = <0x1000 0x2f20>; }; @@ -256,6 +263,30 @@ status = "okay"; }; +&gmac { + status = "okay"; +}; + +&switch { + status = "okay"; +}; + +&swport4 { + status = "okay"; + label = "lan"; + + nvmem-cells = <&macaddr_art_0>; + nvmem-cell-names = "mac-address"; +}; + +&swport5 { + status = "okay"; + label = "wan"; + + nvmem-cells = <&macaddr_art_6>; + nvmem-cell-names = "mac-address"; +}; + &wifi0 { status = "okay"; nvmem-cell-names = "pre-calibration"; -- cgit v1.2.3