[openwrt/openwrt] octeon: create shared DTSI for Ubiquiti E300 platform

LEDE Commits lede-commits at lists.infradead.org
Sun May 16 16:01:43 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8e7c9f5393e6c96a9c13da0f5b407a6912523e77

commit 8e7c9f5393e6c96a9c13da0f5b407a6912523e77
Author: Dan Brown <danbrown at gmail.com>
AuthorDate: Sat May 15 23:40:50 2021 +0200

    octeon: create shared DTSI for Ubiquiti E300 platform
    
    EdgeRouter 4 and upcoming EdgeRouter 6P and 12 have similar setup,
    so create a shared DTSI to prevent duplicate code.
    
    Signed-off-by: Dan Brown <danbrown at gmail.com>
    [reorder/squash commits, add description, move ethernet at 0 to DTS]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 .../dts/cavium-octeon/cn7130_ubnt_edgerouter-4.dts | 195 +--------------------
 ...uter-4.dts => cn7130_ubnt_edgerouter-e300.dtsi} |  12 +-
 2 files changed, 3 insertions(+), 204 deletions(-)

diff --git a/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-4.dts b/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-4.dts
index a89455c613..d8dabfc370 100644
--- a/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-4.dts
+++ b/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-4.dts
@@ -1,180 +1,14 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 
-#include "cn71xx.dtsi"
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
+#include "cn7130_ubnt_edgerouter-e300.dtsi"
 
 / {
 	compatible = "ubnt,edgerouter-4", "cavium,cn7130";
 	model = "Ubiquiti EdgeRouter 4";
-
-	aliases {
-		/* White + Blinking Blue */
-		led-boot = &led_power_white;
-		/* Blue + Blinking White */
-		led-failsafe = &led_power_blue;
-		/* Constant Blue */
-		led-running = &led_power_blue;
-		/* Blue + Blinking White */
-		led-upgrade = &led_power_blue;
-	};
-
-	memory at 0 {
-		device_type = "memory";
-		reg = <0x0 0x00000000>,
-		      <0x0 0x10000000>,
-		      <0x0 0x20000000>,
-		      <0x0 0x30000000>;
-	};
-
-	leds {
-		compatible = "gpio-leds";
-
-		led_power_blue: power_blue {
-			label = "blue:power";
-			gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
-		};
-
-		led_power_white: power_white {
-			label = "white:power";
-			gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
-		};
-	};
-
-	keys {
-		compatible = "gpio-keys-polled";
-		poll-interval = <20>;
-
-		reset {
-			label = "reset";
-			linux,code = <KEY_RESTART>;
-			gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
-			debounce-interval = <60>;
-		};
-	};
-
-	sfp: sfp {
-		compatible = "sff,sfp";
-		i2c-bus = <&twsi0>;
-		/* Pins 12, 13 and 14 gets pulled low when SFP is plugged in */
-		mod-def0-gpio = <&gpio 12 GPIO_ACTIVE_LOW>;
-	};
-};
-
-&uart0 {
-	status = "okay";
-};
-
-&usb0 {
-	status = "okay";
-};
-
-&xhci0 {
-	status = "okay";
-	dr_mode = "host";
-};
-
-&twsi0 {
-	status = "okay";
-
-	sfp_eeprom at 50 {
-		compatible = "at,24c04";
-		reg = <0x50>;
-	};
-
-	sfp_eeprom at 51 {
-		compatible = "at,24c04";
-		reg = <0x51>;
-	};
-};
-
-&spi {
-	status = "okay";
-
-	flash at 0 {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		compatible = "Macronix,mx25l6405d", "spi-flash";
-		reg = <0>;
-		spi-max-frequency = <25000000>;
-
-		partition at 0 {
-			label = "boot0";
-			read-only;
-			reg = <0x000000 0x300000>;
-		};
-
-		partition at 300000 {
-			label = "dummy";
-			read-only;
-			reg = <0x300000 0x100000>;
-		};
-
-		eeprom: partition at 400000 {
-			label = "eeprom";
-			read-only;
-			reg = <0x400000 0x10000>;
-		};
-	};
-};
-
-&mmc {
-	status = "okay";
-
-	mmc-slot at 0 {
-		compatible = "mmc-slot";
-		reg = <0>;
-		non-removable;
-		max-frequency = <26000000>;
-		voltage-ranges = <3300 3300>;
-		bus-width = <8>;
-	};
-};
-
-&smi0 {
-	status = "okay";
-
-	phy4: ethernet-phy at 4 {
-		device_type = "ethernet-phy";
-		interrupts = <17 8>;
-		interrupt-parent = <&gpio>;
-		compatible = "vitesse,vsc8504", "ethernet-phy-ieee802.3-c22";
-		reg = <4>;
-		sfp = <&sfp>;
-	};
-
-	phy5: ethernet-phy at 5 {
-		device_type = "ethernet-phy";
-		interrupts = <17 8>;
-		interrupt-parent = <&gpio>;
-		compatible = "vitesse,vsc8504", "ethernet-phy-ieee802.3-c22";
-		reg = <5>;
-	};
-
-	phy6: ethernet-phy at 6 {
-		device_type = "ethernet-phy";
-		interrupts = <17 8>;
-		interrupt-parent = <&gpio>;
-		compatible = "vitesse,vsc8504", "ethernet-phy-ieee802.3-c22";
-		reg = <6>;
-	};
-
-	phy7: ethernet-phy at 7 {
-		device_type = "ethernet-phy";
-		interrupts = <17 8>;
-		interrupt-parent = <&gpio>;
-		compatible = "vitesse,vsc8504", "ethernet-phy-ieee802.3-c22";
-		reg = <7>;
-	};
 };
 
 &pip {
-	status = "okay";
-
 	interface at 0 {
-		status = "okay";
-
 		ethernet at 0 {
 			label = "lan3";
 			status = "okay";
@@ -182,32 +16,5 @@
 			phy-handle = <&phy4>;
 			mtd-mac-address = <&eeprom 0>;
 		};
-
-		ethernet at 1 {
-			label = "lan0";
-			status = "okay";
-			phy-mode = "sgmii";
-			phy-handle = <&phy5>;
-			mtd-mac-address = <&eeprom 0>;
-			mtd-mac-address-increment = <(1)>;
-		};
-
-		ethernet at 2 {
-			label = "lan1";
-			status = "okay";
-			phy-mode = "sgmii";
-			phy-handle = <&phy6>;
-			mtd-mac-address = <&eeprom 0>;
-			mtd-mac-address-increment = <(2)>;
-		};
-
-		ethernet at 3 {
-			label = "lan2";
-			status = "okay";
-			phy-mode = "sgmii";
-			phy-handle = <&phy7>;
-			mtd-mac-address = <&eeprom 0>;
-			mtd-mac-address-increment = <(3)>;
-		};
 	};
 };
diff --git a/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-4.dts b/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-e300.dtsi
similarity index 93%
copy from target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-4.dts
copy to target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-e300.dtsi
index a89455c613..7d4c7f0de9 100644
--- a/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-4.dts
+++ b/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-e300.dtsi
@@ -6,8 +6,8 @@
 #include <dt-bindings/input/input.h>
 
 / {
-	compatible = "ubnt,edgerouter-4", "cavium,cn7130";
-	model = "Ubiquiti EdgeRouter 4";
+	compatible = "ubnt,edgerouter-e300", "cavium,cn7130";
+	model = "Ubiquiti EdgeRouter E300 series";
 
 	aliases {
 		/* White + Blinking Blue */
@@ -175,14 +175,6 @@
 	interface at 0 {
 		status = "okay";
 
-		ethernet at 0 {
-			label = "lan3";
-			status = "okay";
-			phy-mode = "sgmii";
-			phy-handle = <&phy4>;
-			mtd-mac-address = <&eeprom 0>;
-		};
-
 		ethernet at 1 {
 			label = "lan0";
 			status = "okay";



More information about the lede-commits mailing list