| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /dts-v1/;
- #include "ipq6018-512m.dtsi"
- #include "ipq6018-ess.dtsi"
- #include "ipq6018-cp-cpu.dtsi"
- #include <dt-bindings/gpio/gpio.h>
- #include <dt-bindings/input/input.h>
- #include <dt-bindings/leds/common.h>
- / {
- model = "Qihoo 360V6";
- compatible = "qihoo,360v6", "qcom,ipq6018";
- aliases {
- serial0 = &blsp1_uart3;
- led-boot = &led_status_red;
- led-failsafe = &led_status_red;
- led-running = &led_status_green;
- led-upgrade = &led_status_orange;
- };
- chosen {
- stdout-path = "serial0:115200n8";
- bootargs-append = " root=/dev/ubiblock0_1";
- };
- keys {
- compatible = "gpio-keys";
- wps {
- label = "wps";
- linux,code = <KEY_WPS_BUTTON>;
- gpios = <&tlmm 19 GPIO_ACTIVE_LOW>;
- };
- reset {
- label = "reset";
- linux,code = <KEY_RESTART>;
- gpios = <&tlmm 68 GPIO_ACTIVE_LOW>;
- };
- };
- leds {
- compatible = "gpio-leds";
- led_status_red: red {
- color = <LED_COLOR_ID_RED>;
- function = LED_FUNCTION_STATUS;
- gpios = <&tlmm 71 GPIO_ACTIVE_HIGH>;
- };
- led_status_orange: orange {
- color = <LED_COLOR_ID_ORANGE>;
- function = LED_FUNCTION_STATUS;
- gpios = <&tlmm 72 GPIO_ACTIVE_HIGH>;
- };
- led_status_green: green {
- color = <LED_COLOR_ID_GREEN>;
- function = LED_FUNCTION_STATUS;
- gpios = <&tlmm 73 GPIO_ACTIVE_HIGH>;
- };
- };
- };
- &tlmm {
- mdio_pins: mdio-pins {
- mdc {
- pins = "gpio64";
- function = "mdc";
- drive-strength = <8>;
- bias-pull-up;
- };
- mdio {
- pins = "gpio65";
- function = "mdio";
- drive-strength = <8>;
- bias-pull-up;
- };
- };
- };
- &blsp1_uart3 {
- pinctrl-0 = <&serial_3_pins>;
- pinctrl-names = "default";
- status = "okay";
- };
- &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";
- };
- };
- };
- &qusb_phy_0 {
- status = "okay";
- };
- &ssphy_0 {
- status = "okay";
- };
- &usb3 {
- status = "okay";
- };
- &mdio {
- status = "okay";
- pinctrl-0 = <&mdio_pins>;
- pinctrl-names = "default";
- reset-gpios = <&tlmm 75 GPIO_ACTIVE_LOW>;
- ethernet-phy-package@0 {
- compatible = "qcom,qca8075-package";
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0>;
- qca8075_0: ethernet-phy@0 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <0>;
- };
- qca8075_1: ethernet-phy@1 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <1>;
- };
- qca8075_2: ethernet-phy@2 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <2>;
- };
- qca8075_3: ethernet-phy@3 {
- compatible = "ethernet-phy-ieee802.3-c22";
- reg = <3>;
- };
- };
- };
- &switch {
- status = "okay";
- switch_lan_bmp = <(ESS_PORT1 | ESS_PORT2 | ESS_PORT3)>;
- switch_wan_bmp = <ESS_PORT4>;
- switch_mac_mode = <MAC_MODE_PSGMII>;
- qcom,port_phyinfo {
- port@1 {
- port_id = <1>;
- phy_address = <0>;
- };
- port@2 {
- port_id = <2>;
- phy_address = <1>;
- };
- port@3 {
- port_id = <3>;
- phy_address = <2>;
- };
- port@4 {
- port_id = <4>;
- phy_address = <3>;
- };
- };
- };
- &edma {
- status = "okay";
- };
- &dp1 {
- status = "okay";
- phy-handle = <&qca8075_0>;
- label = "lan1";
- };
- &dp2 {
- status = "okay";
- phy-handle = <&qca8075_1>;
- label = "lan2";
- };
- &dp3 {
- status = "okay";
- phy-handle = <&qca8075_2>;
- label = "lan3";
- };
- &dp4 {
- status = "okay";
- phy-handle = <&qca8075_3>;
- label = "wan";
- };
- &wifi {
- status = "okay";
- qcom,ath11k-fw-memory-mode = <1>;
- qcom,ath11k-calibration-variant = "Qihoo-360V6";
- };
|