| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- #include "qca956x.dtsi"
- #include <dt-bindings/gpio/gpio.h>
- #include <dt-bindings/input/input.h>
- / {
- model = "Netgear EX7300 v2";
- compatible = "netgear,ex7300-v2", "qca,qcn5500", "qca,qca9560";
- aliases {
- led-boot = &led_power_green;
- led-failsafe = &led_power_amber;
- led-running = &led_power_green;
- led-upgrade = &led_power_amber;
- label-mac-device = ð0;
- };
- led_spi {
- compatible = "spi-gpio";
- #address-cells = <1>;
- #size-cells = <0>;
- sck-gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
- mosi-gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
- num-chipselects = <0>;
- led_gpio: led_gpio@0 {
- compatible = "fairchild,74hc595";
- reg = <0>;
- gpio-controller;
- #gpio-cells = <2>;
- registers-number = <1>;
- spi-max-frequency = <500000>;
- };
- };
- leds {
- compatible = "gpio-leds";
- led_power_green: power_green {
- label = "green:power";
- gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
- };
- led_power_amber: power_amber {
- label = "amber:power";
- gpios = <&led_gpio 7 GPIO_ACTIVE_LOW>;
- };
- wps_green {
- label = "green:wps";
- gpios = <&led_gpio 6 GPIO_ACTIVE_LOW>;
- };
- router_red {
- label = "red:router";
- gpios = <&led_gpio 5 GPIO_ACTIVE_LOW>;
- };
- router_green {
- label = "green:router";
- gpios = <&led_gpio 4 GPIO_ACTIVE_LOW>;
- };
- client_red {
- label = "red:client";
- gpios = <&led_gpio 3 GPIO_ACTIVE_LOW>;
- };
- client_green {
- label = "green:client";
- gpios = <&led_gpio 2 GPIO_ACTIVE_LOW>;
- };
- left_blue {
- label = "blue:left";
- gpios = <&led_gpio 1 GPIO_ACTIVE_LOW>;
- };
- right_blue {
- label = "blue:right";
- gpios = <&led_gpio 0 GPIO_ACTIVE_LOW>;
- };
- };
- keys {
- compatible = "gpio-keys";
- reset {
- label = "Reset button";
- linux,code = <KEY_RESTART>;
- gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
- debounce-interval = <60>;
- };
- wps {
- label = "WPS button";
- linux,code = <KEY_WPS_BUTTON>;
- gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
- debounce-interval = <60>;
- };
- extender_apmode {
- label = "EXTENDER/APMODE switch";
- gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
- linux,code = <BTN_0>;
- linux,input-type = <EV_SW>;
- debounce-interval = <60>;
- };
- };
- };
- &pcie {
- status = "okay";
- wifi@0,0 {
- compatible = "qcom,ath10k";
- reg = <0 0 0 0 0>;
- nvmem-cells = <&macaddr_artmtd_c>, <&precal_art_5000>;
- nvmem-cell-names = "mac-address", "pre-calibration";
- };
- };
- &spi {
- status = "okay";
- flash@0 {
- compatible = "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 0x040000>;
- read-only;
- };
- partition@40000 {
- label = "u-boot-env";
- reg = <0x040000 0x010000>;
- read-only;
- };
- partition@50000 {
- label = "config";
- reg = <0x050000 0x010000>;
- };
- partition@60000 {
- label = "pot";
- reg = <0x060000 0x010000>;
- read-only;
- };
- partition@70000 {
- label = "firmware";
- reg = <0x70000 0xe30000>;
- compatible = "denx,uimage";
- };
- partition@ea0000 {
- label = "rae";
- reg = <0xea0000 0x100000>;
- read-only;
- };
- partition@fa0000 {
- label = "oopsdump";
- reg = <0xfa0000 0x40000>;
- read-only;
- };
- partition@fe0000 {
- label = "artmtd";
- reg = <0xfe0000 0x10000>;
- nvmem-layout {
- compatible = "fixed-layout";
- #address-cells = <1>;
- #size-cells = <1>;
- macaddr_artmtd_0: macaddr@0 {
- reg = <0x0 0x6>;
- };
- macaddr_artmtd_6: macaddr@6 {
- reg = <0x6 0x6>;
- };
- macaddr_artmtd_c: macaddr@c {
- reg = <0xc 0x6>;
- };
- };
- };
- partition@ff0000 {
- label = "art";
- reg = <0xff0000 0x10000>;
- read-only;
- nvmem-layout {
- compatible = "fixed-layout";
- #address-cells = <1>;
- #size-cells = <1>;
- cal_art_1000: cal@1000 {
- reg = <0x1000 0x440>;
- };
- precal_art_5000: precal@5000 {
- reg = <0x5000 0x2f20>;
- };
- };
- };
- };
- };
- };
- &wmac {
- /* Does not work due to lack of QCN5502 support in ath9k. */
- status = "disabled";
- nvmem-cells = <&macaddr_artmtd_6>, <&cal_art_1000>;
- nvmem-cell-names = "mac-address", "calibration";
- };
- &mdio0 {
- status = "okay";
- phy5: ethernet-phy@5 {
- reg = <5>;
- phy-mode = "sgmii";
- };
- };
- ð0 {
- status = "okay";
- nvmem-cells = <&macaddr_artmtd_0>;
- nvmem-cell-names = "mac-address";
- phy-handle = <&phy5>;
- phy-mode = "sgmii";
- pll-data = <0x03000000 0x00000101 0x00001313>;
- };
|