123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- From 7c939560f726f6cc5ebb2750a7dbd58bc36f2ecf Mon Sep 17 00:00:00 2001
- From: abandon-xyz <[email protected]>
- Date: Thu, 10 Aug 2023 17:07:43 +0800
- Subject: [PATCH] mediatek: filogic: add support for KONKA KOMI A31
- Signed-off-by: Chen Minqiang <[email protected]>
- ---
- .../dts/mt7981b-konka-komi-a31-base.dtsi | 233 ++++++++++++++++++
- .../dts/mt7981b-konka-komi-a31-nmbm.dts | 21 ++
- .../mediatek/dts/mt7981b-konka-komi-a31.dts | 8 +
- .../filogic/base-files/etc/board.d/01_leds | 4 +
- .../filogic/base-files/etc/board.d/02_network | 2 +
- .../etc/hotplug.d/ieee80211/11_fix_wifi_mac | 6 +
- .../base-files/lib/upgrade/platform.sh | 1 +
- target/linux/mediatek/image/filogic.mk | 47 ++++
- 8 files changed, 322 insertions(+)
- create mode 100644 target/linux/mediatek/dts/mt7981b-konka-komi-a31-base.dtsi
- create mode 100644 target/linux/mediatek/dts/mt7981b-konka-komi-a31-nmbm.dts
- create mode 100644 target/linux/mediatek/dts/mt7981b-konka-komi-a31.dts
- diff --git a/target/linux/mediatek/dts/mt7981b-konka-komi-a31.dts b/target/linux/mediatek/dts/mt7981b-konka-komi-a31.dts
- new file mode 100644
- index 0000000000000..6b1a260d9519e
- --- /dev/null
- +++ b/target/linux/mediatek/dts/mt7981b-konka-komi-a31.dts
- @@ -0,0 +1,247 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- +
- +/dts-v1/;
- +#include <dt-bindings/gpio/gpio.h>
- +#include <dt-bindings/input/input.h>
- +#include "mt7981.dtsi"
- +
- +/ {
- + model = "KONKA KOMI A31";
- + compatible = "konka,komi-a31", "mediatek,mt7981";
- +
- + aliases {
- + serial0 = &uart0;
- + led-boot = &status_red_led;
- + led-failsafe = &status_red_led;
- + led-running = &status_green_led;
- + led-upgrade = &status_green_led;
- + };
- +
- + chosen {
- + stdout-path = "serial0:115200n8";
- + };
- +
- + memory {
- + reg = <0 0x40000000 0 0x10000000>;
- + };
- +
- + leds {
- + compatible = "gpio-leds";
- +
- + status_green_led: led-0 {
- + label = "green:status";
- + gpios = <&pio 8 GPIO_ACTIVE_LOW>;
- + };
- +
- + status_blue_led: led-1 {
- + label = "blue:status";
- + gpios = <&pio 13 GPIO_ACTIVE_LOW>;
- + };
- +
- + status_red_led: led-2 {
- + label = "red:status";
- + gpios = <&pio 34 GPIO_ACTIVE_LOW>;
- + };
- + };
- +
- + gpio-keys {
- + compatible = "gpio-keys";
- +
- + button-reset {
- + label = "reset";
- + linux,code = <KEY_RESTART>;
- + gpios = <&pio 1 GPIO_ACTIVE_LOW>;
- + };
- +
- + button-mesh {
- + label = "mesh";
- + gpios = <&pio 0 GPIO_ACTIVE_LOW>;
- + linux,code = <BTN_9>;
- + linux,input-type = <EV_SW>;
- + };
- + };
- +};
- +
- +ð {
- + status = "okay";
- +
- + gmac0: mac@0 {
- + compatible = "mediatek,eth-mac";
- + reg = <0>;
- + phy-mode = "2500base-x";
- +
- + nvmem-cells = <&macaddr_factory_2a>;
- + nvmem-cell-names = "mac-address";
- +
- + fixed-link {
- + speed = <2500>;
- + full-duplex;
- + pause;
- + };
- + };
- +
- + gmac1: mac@1 {
- + compatible = "mediatek,eth-mac";
- + reg = <1>;
- + phy-mode = "gmii";
- + phy-handle = <&int_gbe_phy>;
- +
- + nvmem-cells = <&macaddr_factory_24>;
- + nvmem-cell-names = "mac-address";
- + };
- +};
- +
- +&mdio_bus {
- + switch: switch@1f {
- + compatible = "mediatek,mt7531";
- + reg = <31>;
- + reset-gpios = <&pio 39 GPIO_ACTIVE_HIGH>;
- + interrupt-controller;
- + #interrupt-cells = <1>;
- + interrupt-parent = <&pio>;
- + interrupts = <38 IRQ_TYPE_LEVEL_HIGH>;
- + };
- +};
- +
- +&spi0 {
- + pinctrl-names = "default";
- + pinctrl-0 = <&spi0_flash_pins>;
- + status = "okay";
- +
- + spi_nand: spi_nand@0 {
- + #address-cells = <1>;
- + #size-cells = <1>;
- + compatible = "spi-nand";
- + reg = <0>;
- + spi-max-frequency = <52000000>;
- +
- + spi-tx-bus-width = <4>;
- + spi-rx-bus-width = <4>;
- +
- + spi-cal-enable;
- + spi-cal-mode = "read-data";
- + spi-cal-datalen = <7>;
- + spi-cal-data = /bits/ 8 <0x53 0x50 0x49 0x4E 0x41 0x4E 0x44>;
- + spi-cal-addrlen = <5>;
- + spi-cal-addr = /bits/ 32 <0x0 0x0 0x0 0x0 0x0>;
- +
- + mediatek,nmbm;
- + mediatek,bmt-max-ratio = <1>;
- + mediatek,bmt-max-reserved-blocks = <64>;
- +
- + partitions {
- + compatible = "fixed-partitions";
- + #address-cells = <1>;
- + #size-cells = <1>;
- +
- + partition@0 {
- + label = "BL2";
- + reg = <0x00 0x100000>;
- + };
- +
- + partition@100000 {
- + label = "u-boot-env";
- + reg = <0x100000 0x80000>;
- + };
- +
- + factory: partition@180000 {
- + label = "Factory";
- + reg = <0x180000 0x200000>;
- +
- + nvmem-layout {
- + compatible = "fixed-layout";
- + #address-cells = <1>;
- + #size-cells = <1>;
- +
- + macaddr_factory_2a: macaddr@2a {
- + reg = <0x2a 0x6>;
- + };
- +
- + macaddr_factory_24: macaddr@24 {
- + reg = <0x24 0x6>;
- + };
- + };
- + };
- +
- + partition@380000 {
- + label = "FIP";
- + reg = <0x380000 0x200000>;
- + };
- +
- + partition@580000 {
- + label = "ubi";
- + reg = <0x580000 0x7000000>;
- + };
- + };
- + };
- +};
- +
- +&switch {
- + ports {
- + #address-cells = <1>;
- + #size-cells = <0>;
- +
- + port@0 {
- + reg = <0>;
- + label = "lan1";
- + };
- +
- + port@1 {
- + reg = <1>;
- + label = "lan2";
- + };
- +
- + port@2 {
- + reg = <2>;
- + label = "lan3";
- + };
- +
- + port@6 {
- + reg = <6>;
- + label = "cpu";
- + ethernet = <&gmac0>;
- + phy-mode = "2500base-x";
- +
- + fixed-link {
- + speed = <2500>;
- + full-duplex;
- + pause;
- + };
- + };
- + };
- +};
- +
- +&pio {
- + spi0_flash_pins: spi0-pins {
- + mux {
- + function = "spi";
- + groups = "spi0", "spi0_wp_hold";
- + };
- +
- + conf-pu {
- + pins = "SPI0_CS", "SPI0_HOLD", "SPI0_WP";
- + drive-strength = <8>;
- + mediatek,pull-up-adv = <0>; /* bias-disable */
- + };
- +
- + conf-pd {
- + pins = "SPI0_CLK", "SPI0_MOSI", "SPI0_MISO";
- + drive-strength = <8>;
- + mediatek,pull-up-adv = <0>; /* bias-disable */
- + };
- + };
- +};
- +
- +&uart0 {
- + status = "okay";
- +};
- +
- +&watchdog {
- + status = "okay";
- +};
- +
- +&wifi {
- + status = "okay";
- +
- + mediatek,mtd-eeprom = <&factory 0x0>;
- +};
- diff --git a/target/linux/mediatek/filogic/base-files/etc/board.d/02_network b/target/linux/mediatek/filogic/base-files/etc/board.d/02_network
- index b5e5eca6afd12..33e52743d5bfe 100644
- --- a/target/linux/mediatek/filogic/base-files/etc/board.d/02_network
- +++ b/target/linux/mediatek/filogic/base-files/etc/board.d/02_network
- @@ -40,6 +40,8 @@
- ;;
- abt,asr3000|\
- cmcc,rax3000m*|\
- + konka,komi-a31|\
- + imou,lc-hx3001|\
- h3c,magic-nx30-pro|\
- zbtlink,zbt-z8103ax)
- ucidef_set_interfaces_lan_wan "lan1 lan2 lan3" eth1
- diff --git a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
- index 794944d1aa918..2ca44b55c21fa 100644
- --- a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
- +++ b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
- @@ -91,6 +91,17 @@ case "$board" in
- jcg,q30-pro)
- [ "$PHYNBR" = "1" ] && macaddr_setbit_la "$(mtd_get_mac_binary Factory 0x4)" > /sys${DEVPATH}/macaddress
- ;;
- + konka,komi-a31)
- + addr=$(cat /sys/class/net/eth0/address)
- + [ "$PHYNBR" = "0" ] && macaddr_add $addr 1 > /sys${DEVPATH}/macaddress
- + [ "$PHYNBR" = "1" ] && macaddr_add $addr 2 > /sys${DEVPATH}/macaddress
- + ;;
- + imou,lc-hx3001)
- + addr=$(mtd_get_mac_ascii u-boot-env mac)
- + [ -n "$addr" ] || addr=$(macaddr_add $(mtd_get_mac_binary Factory 0x4) -1)
- + [ "$PHYNBR" = "0" ] && macaddr_add $addr 1 > /sys${DEVPATH}/macaddress
- + [ "$PHYNBR" = "1" ] && macaddr_add $addr 3 > /sys${DEVPATH}/macaddress
- + ;;
- mercusys,mr90x-v1)
- addr=$(get_mac_binary "/tmp/tp_data/default-mac" 0)
- [ "$PHYNBR" = "0" ] && echo "$addr" > /sys${DEVPATH}/macaddress
|