// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "qca953x.dtsi" #include #include #include #include / { aliases { led-boot = &led_wps; led-failsafe = &led_wps; led-running = &led_wps; led-upgrade = &led_wps; }; leds { compatible = "gpio-leds"; wan { function = LED_FUNCTION_WAN; color = ; gpios = <&gpio 4 GPIO_ACTIVE_LOW>; }; wlan { function = LED_FUNCTION_WLAN; color = ; gpios = <&gpio 12 GPIO_ACTIVE_LOW>; linux,default-trigger = "phy0tpt"; }; lan1 { label = "green:lan1"; gpios = <&gpio 16 GPIO_ACTIVE_LOW>; }; lan2 { label = "green:lan2"; gpios = <&gpio 15 GPIO_ACTIVE_LOW>; }; lan3 { label = "green:lan3"; gpios = <&gpio 14 GPIO_ACTIVE_LOW>; }; lan4 { label = "green:lan4"; gpios = <&gpio 11 GPIO_ACTIVE_LOW>; }; led_wps: wps { function = LED_FUNCTION_WPS; color = ; gpios = <&gpio 13 GPIO_ACTIVE_LOW>; }; }; keys { compatible = "gpio-keys"; wps { label = "WPS button"; linux,code = ; gpios = <&gpio 17 GPIO_ACTIVE_LOW>; debounce-interval = <60>; }; }; }; &spi { status = "okay"; flash@0 { compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; partitions: partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "u-boot"; reg = <0x000000 0x040000>; read-only; }; partition@40000 { label = "u-boot-env"; reg = <0x040000 0x010000>; read-only; }; }; }; }; ð0 { status = "okay"; phy-handle = <&swphy4>; }; ð1 { gmac-config { device = <&gmac>; }; }; &wmac { status = "okay"; }; &usb0 { status = "okay"; }; &usb_phy { status = "okay"; };