|
|
@@ -0,0 +1,191 @@
|
|
|
+/dts-v1/;
|
|
|
+
|
|
|
+#include "ipq8074.dtsi"
|
|
|
+#include "ipq8074-hk-cpu.dtsi"
|
|
|
+#include "ipq8074-ess.dtsi"
|
|
|
+
|
|
|
+#include <dt-bindings/input/input.h>
|
|
|
+#include <dt-bindings/gpio/gpio.h>
|
|
|
+
|
|
|
+/ {
|
|
|
+ model = "Netgear WAX218";
|
|
|
+ compatible = "netgear,wax218", "qcom,ipq8074";
|
|
|
+
|
|
|
+ aliases {
|
|
|
+ serial0 = &blsp1_uart5;
|
|
|
+ led-boot = &led_power_amber;
|
|
|
+ led-failsafe = &led_power_amber;
|
|
|
+ led-running = &led_power_amber;
|
|
|
+ led-upgrade = &led_power_amber;
|
|
|
+ };
|
|
|
+
|
|
|
+ chosen {
|
|
|
+ stdout-path = "serial0:115200n8";
|
|
|
+ /*
|
|
|
+ * Netgear's U-Boot adds "ubi.mtd=rootfs root=mtd:ubi_rootfs"
|
|
|
+ * That fails to create a UBI block device, so add it here.
|
|
|
+ */
|
|
|
+ bootargs-append = " ubi.block=0,rootfs root=/dev/ubiblock0_1";
|
|
|
+ };
|
|
|
+
|
|
|
+ keys {
|
|
|
+ compatible = "gpio-keys";
|
|
|
+
|
|
|
+ reset {
|
|
|
+ label = "reset";
|
|
|
+ gpios = <&tlmm 52 GPIO_ACTIVE_LOW>;
|
|
|
+ linux,code = <KEY_RESTART>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
+ led_spi {
|
|
|
+ compatible = "spi-gpio";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+
|
|
|
+ sck-gpios = <&tlmm 18 GPIO_ACTIVE_HIGH>;
|
|
|
+ mosi-gpios = <&tlmm 19 GPIO_ACTIVE_HIGH>;
|
|
|
+
|
|
|
+ led_gpio: led_gpio@0 {
|
|
|
+ compatible = "fairchild,74hc595";
|
|
|
+ reg = <0>;
|
|
|
+ gpio-controller;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ registers-number = <1>;
|
|
|
+ enable-gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
|
|
|
+ spi-max-frequency = <1000000>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
+ leds {
|
|
|
+ compatible = "gpio-leds";
|
|
|
+
|
|
|
+ led_power_amber: led_power {
|
|
|
+ label = "amber:power";
|
|
|
+ gpios = <&led_gpio 1 GPIO_ACTIVE_HIGH>;
|
|
|
+ };
|
|
|
+
|
|
|
+ led_lan {
|
|
|
+ label = "blue:lan";
|
|
|
+ gpios = <&led_gpio 2 GPIO_ACTIVE_HIGH>;
|
|
|
+ };
|
|
|
+
|
|
|
+ led_wlan_2g {
|
|
|
+ label = "blue:wlan2g";
|
|
|
+ gpios = <&led_gpio 3 GPIO_ACTIVE_HIGH>;
|
|
|
+ };
|
|
|
+
|
|
|
+ led_wlan_5g {
|
|
|
+ label = "blue:wlan5g";
|
|
|
+ gpios = <&led_gpio 4 GPIO_ACTIVE_HIGH>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
+&edma {
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
+&switch {
|
|
|
+ status = "okay";
|
|
|
+
|
|
|
+ switch_cpu_bmp = <0x1>;
|
|
|
+ switch_lan_bmp = <0x3e>;
|
|
|
+ switch_wan_bmp = <0x40>;
|
|
|
+ switch_mac_mode = <0x00>;
|
|
|
+ switch_mac_mode1 = <0xff>;
|
|
|
+ switch_mac_mode2 = <0x0f>;
|
|
|
+ bm_tick_mode = <0>;
|
|
|
+ tm_tick_mode = <0>;
|
|
|
+
|
|
|
+ qcom,port_phyinfo {
|
|
|
+ port@5 {
|
|
|
+ port_id = <6>;
|
|
|
+ phy_address = <28>;
|
|
|
+ port_mac_sel = "QGMAC_PORT";
|
|
|
+ };
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
+&tlmm {
|
|
|
+ mdio_pins: mdio-pins {
|
|
|
+ mdc {
|
|
|
+ pins = "gpio68";
|
|
|
+ function = "mdc";
|
|
|
+ drive-strength = <8>;
|
|
|
+ bias-pull-up;
|
|
|
+ };
|
|
|
+
|
|
|
+ mdio {
|
|
|
+ pins = "gpio69";
|
|
|
+ function = "mdio";
|
|
|
+ drive-strength = <8>;
|
|
|
+ bias-pull-up;
|
|
|
+ };
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
+&mdio {
|
|
|
+ status = "okay";
|
|
|
+
|
|
|
+ pinctrl-0 = <&mdio_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+ reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
|
|
|
+
|
|
|
+ qca8081_28: ethernet-phy@28 {
|
|
|
+ reg = <28>;
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
+&dp6_syn {
|
|
|
+ status = "okay";
|
|
|
+ phy-handle = <&qca8081_28>;
|
|
|
+ label = "lan";
|
|
|
+ nvmem-cells = <&macaddr_ubootenv_ethaddr>;
|
|
|
+ nvmem-cell-names = "mac-address-ascii";
|
|
|
+};
|
|
|
+
|
|
|
+&qpic_bam {
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
+&qpic_nand {
|
|
|
+ status = "okay";
|
|
|
+
|
|
|
+ nand@0 {
|
|
|
+ reg = <0>;
|
|
|
+ nand-ecc-strength = <4>;
|
|
|
+ nand-ecc-step-size = <512>;
|
|
|
+ nand-bus-width = <8>;
|
|
|
+
|
|
|
+ partitions {
|
|
|
+ compatible = "qcom,smem-part";
|
|
|
+
|
|
|
+ partition-0-appsblenv {
|
|
|
+ compatible = "fixed-partitions";
|
|
|
+ label = "0:appsblenv";
|
|
|
+ read-only;
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ partition@0 {
|
|
|
+ compatible = "u-boot,env";
|
|
|
+ label = "env-data";
|
|
|
+ reg = <0x0 0x40000>;
|
|
|
+
|
|
|
+ macaddr_ubootenv_ethaddr: ethaddr {};
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
+&blsp1_uart5 {
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
+&wifi {
|
|
|
+ status = "okay";
|
|
|
+
|
|
|
+ qcom,ath11k-calibration-variant = "Netgear-WAX218";
|
|
|
+};
|