forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mediatek: add Adtran SmartRG SDG-8733A
Specification is similar to other devices of the MT Stuart series: * Mediatek MT7988D (3x Cortex-A73, up to 1.8 GHz clock speed) * 8 GiB eMMC * 2 GiB DDR4 RAM * 2500M/1000M/100M LAN port * 10000M/5000M/2500M/1000M/100M/10M WAN port * MT7992 Tri-band (2.4G, 5G, 6G) 2T2R+3T3R+3T3R 802.11be Wi-Fi * Renesas DA14531MOD Bluetooth * 2 buttons (Reset, Mesh/WPS) * uC-controlled RGB LED via I2C * 2x LED for the 2.5G port, 3x LED for the 10G port * 3.3V-level 115200 baud UART console via 4-pin Dupont connector exposed at the bottom of the device * USB-C PD power input Signed-off-by: Daniel Golle <[email protected]>
- Loading branch information
Showing
11 changed files
with
183 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
153 changes: 153 additions & 0 deletions
153
target/linux/mediatek/dts/mt7988d-smartrg-SDG-8733A.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
// SPDX-License-Identifier: (GPL-2.0 OR MIT) | ||
/* | ||
* Copyright (C) 2024 SmartRG Inc. | ||
* Author: Chad Monroe <[email protected]> | ||
*/ | ||
|
||
#include "mt7988a-smartrg-mt-stuart.dtsi" | ||
|
||
/ { | ||
model = "SmartRG SDG-8733A"; | ||
compatible = "smartrg,sdg-8733a", "mediatek,mt7988d"; | ||
|
||
cpus { | ||
/delete-node/ cpu@3; | ||
}; | ||
|
||
/delete-node/ gpio-export; | ||
/delete-node/ gpio-leds; | ||
|
||
gpio-export { | ||
compatible = "gpio-export"; | ||
|
||
bluetooth_reset: bluetooth-reset { | ||
gpio-export,name = "bt_reset"; | ||
gpio-export,direction_may_change; | ||
gpios = <&pio 36 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
bluetooth_txrx_ctl: bluetooth-txrx-ctl { | ||
gpio-export,name = "bt_txrx_ctl"; | ||
gpio-export,direction_may_change; | ||
gpios = <&pio 37 GPIO_ACTIVE_HIGH>; | ||
}; | ||
}; | ||
|
||
gpio-leds { | ||
compatible = "gpio-leds"; | ||
|
||
lan_amber { | ||
color = <LED_COLOR_ID_GREEN>; | ||
function = "lan"; | ||
gpios = <&pio 59 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
lan_green { | ||
color = <LED_COLOR_ID_AMBER>; | ||
function = "lan"; | ||
gpios = <&pio 60 GPIO_ACTIVE_HIGH>; | ||
}; | ||
}; | ||
}; | ||
|
||
&fan { | ||
pwms = <&pwm 1 40000 0>; | ||
|
||
interrupts = <57 IRQ_TYPE_EDGE_FALLING>; | ||
}; | ||
|
||
&gmac0 { | ||
status = "disabled"; | ||
}; | ||
|
||
&gmac1 { | ||
label = "lan"; | ||
phy-mode = "internal"; | ||
phy-connection-type = "internal"; | ||
phy = <&int_2p5g_phy>; | ||
}; | ||
|
||
&gmac2 { | ||
label = "wan"; | ||
phy-mode = "usxgmii"; | ||
phy-connection-type = "usxgmii"; | ||
phy = <&phy8>; | ||
}; | ||
|
||
&int_2p5g_phy { | ||
pinctrl-names = "i2p5gbe-led"; | ||
pinctrl-0 = <&i2p5gbe_led0_pins>; | ||
}; | ||
|
||
&mdio_bus { | ||
/delete-node/ ethernet-phy@0; | ||
}; | ||
|
||
&pio { | ||
pcie3_1_pins: pcie3-pins-g1 { | ||
mux { | ||
function = "pcie"; | ||
groups = "pcie_1l_1_pereset", "pcie_clk_req_n3"; | ||
}; | ||
}; | ||
}; | ||
|
||
&pcie0 { | ||
reset-gpios = <&pio 9 GPIO_ACTIVE_HIGH>; | ||
}; | ||
|
||
&pcie1 { | ||
status = "disabled"; | ||
}; | ||
|
||
&pcie3 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pcie3_1_pins>; | ||
status = "okay"; | ||
}; | ||
|
||
&phy8 { | ||
reset-gpios = <&pio 62 GPIO_ACTIVE_LOW>; | ||
marvell,mdi-cfg-order = <0>; | ||
}; | ||
|
||
&aqr_green_led { | ||
function = LED_FUNCTION_WAN; | ||
}; | ||
|
||
&aqr_orange_led { | ||
function = LED_FUNCTION_WAN; | ||
}; | ||
|
||
&aqr_white_led { | ||
function = LED_FUNCTION_WAN; | ||
}; | ||
|
||
&i2p5gbe_led0 { | ||
color = <LED_COLOR_ID_GREEN>; | ||
status = "okay"; | ||
}; | ||
|
||
&ssusb0 { | ||
status = "disabled"; | ||
}; | ||
|
||
&ssusb1 { | ||
status = "disabled"; | ||
}; | ||
|
||
&switch { | ||
status = "disabled"; | ||
}; | ||
|
||
&tphy { | ||
status = "disabled"; | ||
}; | ||
|
||
&uart1 { | ||
status = "disabled"; | ||
}; | ||
|
||
&xphy { | ||
status = "disabled"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,11 +51,12 @@ Signed-off-by: Sam Shih <[email protected]> | |
static const struct mtk_cpufreq_platform_data mt8183_platform_data = { | ||
.min_volt_shift = 100000, | ||
.max_volt_shift = 200000, | ||
@@ -740,6 +749,7 @@ static const struct of_device_id mtk_cpu | ||
@@ -740,6 +749,8 @@ static const struct of_device_id mtk_cpu | ||
{ .compatible = "mediatek,mt2712", .data = &mt2701_platform_data }, | ||
{ .compatible = "mediatek,mt7622", .data = &mt7622_platform_data }, | ||
{ .compatible = "mediatek,mt7623", .data = &mt7623_platform_data }, | ||
+ { .compatible = "mediatek,mt7988a", .data = &mt7988_platform_data }, | ||
+ { .compatible = "mediatek,mt7988d", .data = &mt7988_platform_data }, | ||
{ .compatible = "mediatek,mt8167", .data = &mt8516_platform_data }, | ||
{ .compatible = "mediatek,mt817x", .data = &mt2701_platform_data }, | ||
{ .compatible = "mediatek,mt8173", .data = &mt2701_platform_data }, |