// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "qca953x.dtsi" #include #include #include / { compatible = "kuwfi,c910", "qca,qca9533"; model = "KuWFi C910"; aliases { label-mac-device = ð1; led-boot = &internet_red; led-failsafe = &internet_red; led-upgrade = &internet_red; }; virtual_flash { compatible = "mtd-concat"; devices = <&fwconcat0 &fwconcat1>; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { reg = <0x0 0x0>; label = "firmware"; compatible = "openwrt,uimage", "denx,uimage"; openwrt,ih-magic = ; }; }; }; keys { compatible = "gpio-keys"; reset { label = "reset"; linux,code = ; gpios = <&gpio 17 GPIO_ACTIVE_LOW>; debounce-interval = <60>; }; }; leds { compatible = "gpio-leds"; internet_blue { label = "blue:internet"; gpios = <&gpio 1 GPIO_ACTIVE_LOW>; }; wifi { label = "white:wifi"; gpios = <&gpio 2 GPIO_ACTIVE_LOW>; linux,default-trigger = "phy0tpt"; }; internet_green { label = "green:internet"; gpios = <&gpio 3 GPIO_ACTIVE_LOW>; }; wan { label = "white:wan"; gpios = <&gpio 4 GPIO_ACTIVE_LOW>; }; lan2 { label = "white:lan2"; gpios = <&gpio 11 GPIO_ACTIVE_LOW>; }; // gpio 12 enables or disables LTE (Quectel EC200T) internet_red: internet_red { label = "red:internet"; gpios = <&gpio 14 GPIO_ACTIVE_LOW>; }; lan1 { label = "white:lan1"; gpios = <&gpio 15 GPIO_ACTIVE_LOW>; }; }; }; &spi { status = "okay"; flash@0 { compatible = "winbond,w25q128", "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "u-boot"; reg = <0x000000 0x020000>; read-only; }; partition@20000 { label = "u-boot-env"; reg = <0x020000 0x010000>; read-only; }; partition@30000 { label = "config"; reg = <0x030000 0x020000>; read-only; }; fwconcat0: partition@50000 { label = "fwconcat0"; reg = <0x050000 0xe30000>; }; partition@e80000 { label = "loader"; reg = <0xe80000 0x10000>; }; fwconcat1: partition@e90000 { label = "fwconcat1"; reg = <0xe90000 0x160000>; }; partition@ff0000 { label = "art"; reg = <0xff0000 0x010000>; read-only; compatible = "nvmem-cells"; #address-cells = <1>; #size-cells = <1>; calibration_art_1000: macaddr@1000 { reg = <0x1000 0x440>; }; macaddr_art_1002: macaddr@1002 { reg = <0x1002 0x6>; }; }; }; }; }; &usb0 { status = "okay"; }; &usb_phy { status = "okay"; }; ð0 { status = "okay"; phy-handle = <&swphy0>; nvmem-cells = <&macaddr_art_1002>; nvmem-cell-names = "mac-address"; mac-address-increment = <1>; }; ð1 { phy-handle = <&swphy4>; nvmem-cells = <&macaddr_art_1002>; nvmem-cell-names = "mac-address"; gmac-config { device = <&gmac>; switch-phy-swap = <1>; }; }; &wmac { status = "okay"; nvmem-cells = <&calibration_art_1000>; nvmem-cell-names = "calibration"; };