[openwrt/openwrt] mediatek: separate dts/dtsi for Buffalo WSR series

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 3 06:38:26 PST 2024


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/65f9f3131e63908672456aa7f628466eb2367017

commit 65f9f3131e63908672456aa7f628466eb2367017
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Sun Aug 27 18:21:28 2023 +0900

    mediatek: separate dts/dtsi for Buffalo WSR series
    
    Separate dts/dtsi from the dts of Buffalo WSR-2533DHP2 to prepare adding
    suppport for WSR-3200AX4S.
    
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
    (cherry picked from commit 9f640cae75ec987f29bf697cee559a0a4ff497e0)
---
 .../mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts   | 230 +--------------------
 ...lo-wsr-2533dhp2.dts => mt7622-buffalo-wsr.dtsi} | 123 +----------
 2 files changed, 6 insertions(+), 347 deletions(-)

diff --git a/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts b/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
index 8b0dc1aa98..a9f2959191 100644
--- a/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
+++ b/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
@@ -1,120 +1,20 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /dts-v1/;
-#include <dt-bindings/input/input.h>
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/leds/common.h>
 
-#include "mt7622.dtsi"
-#include "mt6380.dtsi"
+#include "mt7622-buffalo-wsr.dtsi"
 
 / {
 	model = "Buffalo WSR-2533DHP2";
 	compatible = "buffalo,wsr-2533dhp2", "mediatek,mt7622";
 
 	aliases {
-		serial0 = &uart0;
-		led-boot = &power_green;
-		led-failsafe = &power_amber;
-		led-running = &power_green;
-		led-upgrade = &power_green;
 		label-mac-device = &gmac0;
 	};
 
-	chosen {
-		bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n8 swiotlb=512";
-	};
-
 	memory {
 		reg = <0 0x40000000 0 0x0F000000>;
 	};
 
-	leds {
-		compatible = "gpio-leds";
-
-		led-0 {
-			label = "amber:wireless";
-			gpios = <&pio 2 GPIO_ACTIVE_HIGH>;
-			color = <LED_COLOR_ID_AMBER>;
-			function = LED_FUNCTION_WLAN;
-		};
-
-		power_amber: led-1 {
-			label = "amber:power";
-			gpios = <&pio 3 GPIO_ACTIVE_LOW>;
-			color = <LED_COLOR_ID_AMBER>;
-			function = LED_FUNCTION_POWER;
-		};
-
-		power_green: led-2 {
-			label = "green:power";
-			gpios = <&pio 4 GPIO_ACTIVE_LOW>;
-			color = <LED_COLOR_ID_GREEN>;
-			function = LED_FUNCTION_POWER;
-		};
-
-		led-3 {
-			label = "green:wireless";
-			gpios = <&pio 15 GPIO_ACTIVE_HIGH>;
-			color = <LED_COLOR_ID_GREEN>;
-			function = LED_FUNCTION_WLAN;
-		};
-
-		led-4 {
-			label = "green:internet";
-			gpios = <&pio 19 GPIO_ACTIVE_HIGH>;
-			color = <LED_COLOR_ID_GREEN>;
-			function = LED_FUNCTION_WAN;
-		};
-
-		led-5 {
-			label = "green:router";
-			gpios = <&pio 20 GPIO_ACTIVE_HIGH>;
-			color = <LED_COLOR_ID_GREEN>;
-			function = LED_FUNCTION_INDICATOR;
-		};
-	};
-
-	keys {
-		compatible = "gpio-keys";
-
-		key-reset {
-			label = "reset";
-			gpios = <&pio 0 GPIO_ACTIVE_LOW>;
-			linux,code = <KEY_RESTART>;
-		};
-
-		/* GPIO 1 and 16 are a tri-state switch button with
-		 * ROUTER / AP / WB.
-		 */
-		key-router {
-			label = "router";
-			gpios = <&pio 1 GPIO_ACTIVE_LOW>;
-			linux,code = <BTN_0>;
-			linux,input-type = <EV_SW>;
-		};
-
-		key-bridge {
-			label = "wb";
-			gpios = <&pio 16 GPIO_ACTIVE_LOW>;
-			linux,code = <BTN_1>;
-			linux,input-type = <EV_SW>;
-		};
-
-		/* GPIO 18 is a switch button with AUTO / MANUAL. */
-		key-manual {
-			label = "manual";
-			gpios = <&pio 18 GPIO_ACTIVE_LOW>;
-			linux,code = <BTN_2>;
-			linux,input-type = <EV_SW>;
-		};
-
-		key-wps {
-			label = "wps";
-			gpios = <&pio 102 GPIO_ACTIVE_LOW>;
-			linux,code = <KEY_WPS_BUTTON>;
-		};
-	};
-
 	rtkgsw: rtkgsw at 0 {
 		compatible = "mediatek,rtk-gsw";
 		mediatek,ethsys = <&ethsys>;
@@ -123,41 +23,7 @@
 	};
 };
 
-&cpu0 {
-	proc-supply = <&mt6380_vcpu_reg>;
-	sram-supply = <&mt6380_vm_reg>;
-};
-
-&cpu1 {
-	proc-supply = <&mt6380_vcpu_reg>;
-	sram-supply = <&mt6380_vm_reg>;
-};
-
-&pcie0 {
-	pinctrl-names = "default";
-	pinctrl-0 = <&pcie0_pins>;
-	status = "okay";
-};
-
-&slot0 {
-	status = "okay";
-
-	wifi at 0,0 {
-		compatible = "mediatek,mt76";
-		reg = <0x0000 0 0 0 0>;
-		mediatek,mtd-eeprom = <&factory 0x5000>;
-		ieee80211-freq-limit = <5000000 6000000>;
-	};
-};
-
 &pio {
-	eth_pins: eth-pins {
-		mux {
-			function = "eth";
-			groups = "mdc_mdio", "rgmii_via_gmac2";
-		};
-	};
-
 	/* Parallel nand is shared pin with eMMC */
 	parallel_nand_pins: parallel-nand-pins {
 		mux {
@@ -176,67 +42,11 @@
 			bias-pull-up;
 		};
 	};
-
-	pcie0_pins: pcie0-pins {
-		mux {
-			function = "pcie";
-			groups = "pcie0_pad_perst",
-				 "pcie0_1_waken",
-				 "pcie0_1_clkreq";
-		};
-	};
-
-	pmic_bus_pins: pmic-bus-pins {
-		mux {
-			function = "pmic";
-			groups = "pmic_bus";
-		};
-	};
-
-	uart0_pins: uart0-pins {
-		mux {
-			function = "uart";
-			groups = "uart0_0_tx_rx" ;
-		};
-	};
-
-	watchdog_pins: watchdog-pins {
-		mux {
-			function = "watchdog";
-			groups = "watchdog";
-		};
-	};
-};
-
-&bch {
-	status = "okay";
 };
 
-&eth {
-	pinctrl-names = "default";
-	pinctrl-0 = <&eth_pins>;
-	status = "okay";
-
-	gmac0: mac at 0 {
-		compatible = "mediatek,eth-mac";
-		reg = <0>;
-
-		phy-connection-type = "2500base-x";
-
-		nvmem-cells = <&macaddr_factory_4 (-1)>;
-		nvmem-cell-names = "mac-address";
-
-		fixed-link {
-			speed = <2500>;
-			full-duplex;
-			pause;
-		};
-	};
-
-	mdio: mdio-bus {
-		#address-cells = <1>;
-		#size-cells = <0>;
-	};
+&gmac0 {
+	nvmem-cells = <&macaddr_factory_4 (-1)>;
+	nvmem-cell-names = "mac-address";
 };
 
 &nandc {
@@ -321,35 +131,3 @@
 		};
 	};
 };
-
-&pwm {
-	status = "okay";
-};
-
-&pwrap {
-	pinctrl-names = "default";
-	pinctrl-0 = <&pmic_bus_pins>;
-	status = "okay";
-};
-
-&uart0 {
-	pinctrl-names = "default";
-	pinctrl-0 = <&uart0_pins>;
-	status = "okay";
-};
-
-&watchdog {
-	pinctrl-names = "default";
-	pinctrl-0 = <&watchdog_pins>;
-	status = "okay";
-};
-
-&wmac {
-	status = "okay";
-
-	mediatek,mtd-eeprom = <&factory 0x0>;
-};
-
-&rtc {
-	status = "disabled";
-};
diff --git a/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts b/target/linux/mediatek/dts/mt7622-buffalo-wsr.dtsi
similarity index 64%
copy from target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
copy to target/linux/mediatek/dts/mt7622-buffalo-wsr.dtsi
index 8b0dc1aa98..e77f83d354 100644
--- a/target/linux/mediatek/dts/mt7622-buffalo-wsr-2533dhp2.dts
+++ b/target/linux/mediatek/dts/mt7622-buffalo-wsr.dtsi
@@ -1,5 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /dts-v1/;
+
 #include <dt-bindings/input/input.h>
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/leds/common.h>
@@ -8,26 +9,18 @@
 #include "mt6380.dtsi"
 
 / {
-	model = "Buffalo WSR-2533DHP2";
-	compatible = "buffalo,wsr-2533dhp2", "mediatek,mt7622";
-
 	aliases {
 		serial0 = &uart0;
 		led-boot = &power_green;
 		led-failsafe = &power_amber;
 		led-running = &power_green;
 		led-upgrade = &power_green;
-		label-mac-device = &gmac0;
 	};
 
 	chosen {
 		bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n8 swiotlb=512";
 	};
 
-	memory {
-		reg = <0 0x40000000 0 0x0F000000>;
-	};
-
 	leds {
 		compatible = "gpio-leds";
 
@@ -114,13 +107,6 @@
 			linux,code = <KEY_WPS_BUTTON>;
 		};
 	};
-
-	rtkgsw: rtkgsw at 0 {
-		compatible = "mediatek,rtk-gsw";
-		mediatek,ethsys = <&ethsys>;
-		mediatek,mdio = <&mdio>;
-		mediatek,reset-pin = <&pio 54 GPIO_ACTIVE_HIGH>;
-	};
 };
 
 &cpu0 {
@@ -158,25 +144,6 @@
 		};
 	};
 
-	/* Parallel nand is shared pin with eMMC */
-	parallel_nand_pins: parallel-nand-pins {
-		mux {
-			function = "flash";
-			groups = "par_nand";
-		};
-
-		conf-cmd-dat {
-			pins = "NCEB", "NWEB", "NREB",
-				  "NDL4", "NDL5", "NDL6",
-				  "NDL7", "NRB", "NCLE",
-				  "NALE", "NDL0", "NDL1",
-				  "NDL2", "NDL3";
-			input-enable;
-			drive-strength = <8>;
-			bias-pull-up;
-		};
-	};
-
 	pcie0_pins: pcie0-pins {
 		mux {
 			function = "pcie";
@@ -208,10 +175,6 @@
 	};
 };
 
-&bch {
-	status = "okay";
-};
-
 &eth {
 	pinctrl-names = "default";
 	pinctrl-0 = <&eth_pins>;
@@ -223,9 +186,6 @@
 
 		phy-connection-type = "2500base-x";
 
-		nvmem-cells = <&macaddr_factory_4 (-1)>;
-		nvmem-cell-names = "mac-address";
-
 		fixed-link {
 			speed = <2500>;
 			full-duplex;
@@ -239,87 +199,8 @@
 	};
 };
 
-&nandc {
-	pinctrl-names = "default";
-	pinctrl-0 = <&parallel_nand_pins>;
+&bch {
 	status = "okay";
-
-	nand at 0 {
-		reg = <0>;
-		nand-ecc-mode = "hw";
-
-		partitions {
-			compatible = "fixed-partitions";
-			#address-cells = <1>;
-			#size-cells = <1>;
-
-			partition at 0 {
-				label = "Preloader";
-				reg = <0x0 0x80000>;
-				read-only;
-			};
-
-			partition at 80000 {
-				label = "ATF";
-				reg = <0x80000 0x40000>;
-				read-only;
-			};
-
-			partition at c0000 {
-				label = "Bootloader";
-				reg = <0xc0000 0x80000>;
-				read-only;
-			};
-
-			partition at 140000 {
-				label = "Config";
-				reg = <0x140000 0x80000>;
-			};
-
-			factory: partition at 1c0000 {
-				compatible = "nvmem-cells";
-				label = "factory";
-				reg = <0x1c0000 0x40000>;
-				read-only;
-
-				nvmem-layout {
-					compatible = "fixed-layout";
-					#address-cells = <1>;
-					#size-cells = <1>;
-
-					macaddr_factory_4: macaddr at 4 {
-						compatible = "mac-base";
-						reg = <0x4 0x6>;
-						#nvmem-cell-cells = <1>;
-					};
-				};
-			};
-
-			partition at 200000 {
-				compatible = "brcm,trx";
-				brcm,trx-magic = <0x32504844>;
-				label = "firmware";
-				reg = <0x200000 0x3a00000>;
-			};
-
-			partition at 3C00000 {
-				label = "Kernel2";
-				reg = <0x3c00000 0x3a00000>;
-			};
-
-			partition at 7600000 {
-				label = "glbcfg";
-				reg = <0x7600000 0x200000>;
-				read-only;
-			};
-
-			partition at 7800000 {
-				label = "board_data";
-				reg = <0x7800000 0x200000>;
-				read-only;
-			};
-		};
-	};
 };
 
 &pwm {




More information about the lede-commits mailing list