123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /* Copyright (c) 2022, Matthew Hagan <[email protected]> */
- /dts-v1/;
- #include "ipq8074.dtsi"
- #include "ipq8074-ac-cpu.dtsi"
- #include "ipq8074-ess.dtsi"
- #include <dt-bindings/gpio/gpio.h>
- #include <dt-bindings/input/input.h>
- / {
- model = "Edgecore EAP102";
- compatible = "edgecore,eap102", "qcom,ipq8074";
- aliases {
- serial0 = &blsp1_uart5;
- serial1 = &blsp1_uart3;
- led-boot = &led_system_green;
- led-failsafe = &led_system_green;
- led-running = &led_system_green;
- led-upgrade = &led_system_green;
- /* Aliases as required by u-boot to patch MAC addresses */
- ethernet0 = &dp5;
- ethernet1 = &dp6;
- label-mac-device = &dp5;
- };
- chosen {
- stdout-path = "serial0:115200n8";
- bootargs-append = " root=/dev/ubiblock0_1";
- };
- keys {
- compatible = "gpio-keys";
- pinctrl-0 = <&button_pins>;
- pinctrl-names = "default";
- reset {
- label = "reset";
- gpios = <&tlmm 66 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
- };
- };
- leds {
- compatible = "gpio-leds";
- led_wanpoe {
- label = "green:wanpoe";
- gpios = <&tlmm 46 GPIO_ACTIVE_HIGH>;
- };
- led_wlan2g {
- label = "green:wlan2g";
- gpio = <&tlmm 47 GPIO_ACTIVE_HIGH>;
- linux,default-trigger = "phy1radio";
- };
- led_wlan5g {
- label = "green:wlan5g";
- gpio = <&tlmm 48 GPIO_ACTIVE_HIGH>;
- linux,default-trigger = "phy0radio";
- };
- led_system_green: led_system {
- label = "green:power";
- gpios = <&tlmm 50 GPIO_ACTIVE_HIGH>;
- };
- };
- };
- &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;
- };
- };
- button_pins: button_pins {
- reset_button {
- pins = "gpio66";
- function = "gpio";
- drive-strength = <8>;
- bias-pull-up;
- };
- };
- };
- &blsp1_spi1 {
- status = "okay";
- flash@0 {
- #address-cells = <1>;
- #size-cells = <1>;
- reg = <0>;
- compatible = "jedec,spi-nor";
- spi-max-frequency = <50000000>;
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
- partition@0 {
- label = "0:sbl1";
- reg = <0x0 0x50000>;
- read-only;
- };
- partition@50000 {
- label = "0:mibib";
- reg = <0x50000 0x10000>;
- read-only;
- };
- partition@60000 {
- label = "0:bootconfig";
- reg = <0x60000 0x20000>;
- read-only;
- };
- partition@80000 {
- label = "0:bootconfig1";
- reg = <0x80000 0x20000>;
- read-only;
- };
- partition@a0000 {
- label = "0:qsee";
- reg = <0xa0000 0x180000>;
- read-only;
- };
- partition@220000 {
- label = "0:qsee_1";
- reg = <0x220000 0x180000>;
- read-only;
- };
- partition@3a0000 {
- label = "0:devcfg";
- reg = <0x3a0000 0x10000>;
- read-only;
- };
- partition@3b0000 {
- label = "0:devcfg_1";
- reg = <0x3b0000 0x10000>;
- read-only;
- };
- partition@3c0000 {
- label = "0:apdp";
- reg = <0x3c0000 0x10000>;
- read-only;
- };
- partition@3d0000 {
- label = "0:apdp_1";
- reg = <0x3d0000 0x10000>;
- read-only;
- };
- partition@3e0000 {
- label = "0:rpm";
- reg = <0x3e0000 0x40000>;
- read-only;
- };
- partition@420000 {
- label = "0:rpm_1";
- reg = <0x420000 0x40000>;
- read-only;
- };
- partition@460000 {
- label = "0:cdt";
- reg = <0x460000 0x10000>;
- read-only;
- };
- partition@470000 {
- label = "0:cdt_1";
- reg = <0x470000 0x10000>;
- read-only;
- };
- partition@480000 {
- label = "0:appsblenv";
- reg = <0x480000 0x10000>;
- };
- partition@490000 {
- label = "0:appsbl";
- reg = <0x490000 0xc0000>;
- read-only;
- };
- partition@550000 {
- label = "0:appsbl_1";
- reg = <0x530000 0xc0000>;
- read-only;
- };
- partition@610000 {
- label = "0:art";
- reg = <0x610000 0x40000>;
- read-only;
- };
- partition@650000 {
- label = "0:ethphyfw";
- reg = <0x650000 0x80000>;
- read-only;
- };
- partition@6d0000 {
- label = "0:product_info";
- reg = <0x6d0000 0x80000>;
- read-only;
- };
- partition@750000 {
- label = "priv_data1";
- reg = <0x750000 0x10000>;
- read-only;
- };
- partition@760000 {
- label = "priv_data2";
- reg = <0x760000 0x10000>;
- read-only;
- };
- };
- };
- };
- &blsp1_uart3 {
- status = "okay";
- };
- &blsp1_uart5 {
- status = "okay";
- };
- &crypto {
- status = "okay";
- };
- &cryptobam {
- status = "okay";
- };
- &prng {
- status = "okay";
- };
- &qpic_bam {
- status = "okay";
- };
- &qusb_phy_0 {
- status = "okay";
- };
- &ssphy_0 {
- status = "okay";
- };
- &usb_0 {
- status = "okay";
- };
- &qpic_nand {
- status = "okay";
- nand@0 {
- reg = <0>;
- nand-ecc-strength = <8>;
- nand-ecc-step-size = <512>;
- nand-bus-width = <8>;
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
- partition@0 {
- label = "rootfs1";
- reg = <0x0000000 0x3400000>;
- };
- partition@3400000 {
- label = "0:wififw";
- reg = <0x3400000 0x800000>;
- read-only;
- };
- partition@3c00000 {
- label = "rootfs2";
- reg = <0x3c00000 0x3400000>;
- };
- partition@7000000 {
- label = "0:wififw_1";
- reg = <0x7000000 0x800000>;
- read-only;
- };
- };
- };
- };
- &mdio {
- status = "okay";
- pinctrl-0 = <&mdio_pins>;
- pinctrl-names = "default";
- qca8081_24: ethernet-phy@24 {
- compatible = "ethernet-phy-id004d.d101";
- reg = <24>;
- reset-gpios = <&tlmm 33 GPIO_ACTIVE_LOW>;
- };
- qca8081_28: ethernet-phy@28 {
- compatible = "ethernet-phy-id004d.d101";
- reg = <28>;
- reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
- };
- };
- &switch {
- status = "okay";
- switch_cpu_bmp = <0x1>; /* cpu port bitmap */
- switch_lan_bmp = <0x3e>; /* lan port bitmap */
- switch_wan_bmp = <0x40>; /* wan port bitmap */
- switch_mac_mode = <0xff>; /* mac mode for uniphy instance0*/
- switch_mac_mode1 = <0xf>; /* mac mode for uniphy instance1*/
- switch_mac_mode2 = <0xf>; /* mac mode for uniphy instance2*/
- bm_tick_mode = <0>; /* bm tick mode */
- tm_tick_mode = <0>; /* tm tick mode */
- qcom,port_phyinfo {
- port@4 {
- port_id = <5>;
- phy_address = <24>;
- port_mac_sel = "QGMAC_PORT";
- };
- port@5 {
- port_id = <6>;
- phy_address = <28>;
- port_mac_sel = "QGMAC_PORT";
- };
- };
- };
- &edma {
- status = "okay";
- };
- &dp5 {
- status = "okay";
- phy-handle = <&qca8081_28>;
- label = "wan";
- };
- &dp6 {
- status = "okay";
- phy-handle = <&qca8081_24>;
- label = "lan";
- };
- &wifi {
- status = "okay";
- qcom,ath11k-calibration-variant = "Edgecore-EAP102";
- };
|