From 77c7dfe84d6a89a237e34ce24b8fae63a01b6be3 Mon Sep 17 00:00:00 2001 From: Sohail Ahmad Date: Tue, 22 Mar 2022 08:02:50 +0100 Subject: [PATCH] ipq40xx: add Support for Indio's UM-325AC AP Changes made in OpenWrt supported targets to Include Indio's UM-325AC AP which is an indoor WiFi5 AP based on ipq4019 chipset. Signed-off-by: Sohail Ahmad --- .../ipq40xx/base-files/etc/board.d/02_network | 4 + .../etc/hotplug.d/firmware/11-ath10k-caldata | 6 + .../arm/boot/dts/qcom-ipq4019-um-325ac.dts | 94 ++++++++++ .../arm/boot/dts/qcom-ipq4019-um-325ac.dtsi | 168 ++++++++++++++++++ target/linux/ipq40xx/image/generic.mk | 14 ++ .../911-dts-ipq4019-indio-um-325ac.patch | 13 ++ 6 files changed, 299 insertions(+) create mode 100644 target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-um-325ac.dts create mode 100644 target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-um-325ac.dtsi create mode 100644 target/linux/ipq40xx/patches-5.4/911-dts-ipq4019-indio-um-325ac.patch diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network index f533c39179..f875719400 100755 --- a/target/linux/ipq40xx/base-files/etc/board.d/02_network +++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network @@ -123,6 +123,10 @@ ipq40xx_setup_interfaces() ucidef_add_switch "switch0" \ "0u@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "0u@eth1" "5:wan" ;; + um-325ac) + ucidef_set_interface_wan "eth0" + ucidef_set_interface_lan "eth1" + ;; *) echo "Unsupported hardware. Network interfaces not initialized" ;; diff --git a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 99a99801ef..3a22a6faab 100644 --- a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -172,6 +172,9 @@ case "$FIRMWARE" in caldata_extract "0:ART" 4096 12064 ath10k_patch_mac $(mtd_get_mac_ascii 0:ART WLAN0_BASEMAC) ;; + um-325ac) + caldata_extract "ART" 0x1000 0x2f20 + ;; esac ;; "ath10k/pre-cal-ahb-a800000.wifi.bin") @@ -293,6 +296,9 @@ case "$FIRMWARE" in caldata_extract "0:ART" 20480 12064 ath10k_patch_mac $(mtd_get_mac_ascii 0:ART WLAN1_BASEMAC) ;; + um-325ac) + caldata_extract "ART" 0x5000 0x2f20 + ;; esac ;; *) diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-um-325ac.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-um-325ac.dts new file mode 100644 index 0000000000..0ab70a68c3 --- /dev/null +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-um-325ac.dts @@ -0,0 +1,94 @@ +/* Copyright (c) 2015, The Linux Foundation. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + */ + +#include "qcom-ipq4019-um-325ac.dtsi" + +/ { + model = "Indio Networks UM-325AC"; + compatible = "um-325ac"; + + memory { + device_type = "memory"; + reg = <0x80000000 0x10000000>; + }; +}; + +&blsp1_spi1 { + mx25l25635f@0 { + compatible = "mx25l25635f", "jedec,spi-nor"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0>; + spi-max-frequency = <24000000>; + + SBL1@0 { + label = "SBL1"; + reg = <0x0 0x40000>; + read-only; + }; + MIBIB@40000 { + label = "MIBIB"; + reg = <0x40000 0x20000>; + read-only; + }; + QSEE@60000 { + label = "QSEE"; + reg = <0x60000 0x60000>; + read-only; + }; + CDT@c0000 { + label = "CDT"; + reg = <0xc0000 0x10000>; + read-only; + }; + DDRPARAMS@d0000 { + label = "DDRPARAMS"; + reg = <0xd0000 0x10000>; + read-only; + }; + APPSBLENV@e0000 { + label = "APPSBLENV"; + reg = <0xe0000 0x10000>; + read-only; + }; + APPSBL@f0000 { + label = "APPSBL"; + reg = <0xf0000 0x80000>; + read-only; + }; + ART@170000 { + label = "ART"; + reg = <0x170000 0x10000>; + read-only; + }; + kernel@180000 { + label = "kernel"; + reg = <0x180000 0x400000>; + }; + rootfs@580000 { + label = "rootfs"; + reg = <0x580000 0x15F0000>; + }; + certificates@1b80000 { + label = "certificates"; + reg = <0x1b80000 0x10000>; + }; + firmware@180000 { + label = "firmware"; + reg = <0x180000 0x1a00000>; + }; + }; +}; diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-um-325ac.dtsi b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-um-325ac.dtsi new file mode 100644 index 0000000000..6fccf0d1d8 --- /dev/null +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-um-325ac.dtsi @@ -0,0 +1,168 @@ +/* Copyright (c) 2015, The Linux Foundation. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + */ + +#include "qcom-ipq4019.dtsi" +#include + +/ { + model = "Indio Networks UM-325AC"; + compatible = "um-325ac"; + + aliases { + serial0 = &blsp1_uart1; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; + + soc { + tcsr@194b000 { + /* select hostmode */ + compatible = "qcom,tcsr"; + reg = <0x194b000 0x100>; + qcom,usb-hsphy-mode-select = ; + status = "okay"; + }; + + ess_tcsr@1953000 { + compatible = "qcom,tcsr"; + reg = <0x1953000 0x1000>; + qcom,ess-interface-select = ; + }; + + tcsr@1949000 { + compatible = "qcom,tcsr"; + reg = <0x1949000 0x100>; + qcom,wifi_glb_cfg = ; + }; + + tcsr@1957000 { + compatible = "qcom,tcsr"; + reg = <0x1957000 0x100>; + qcom,wifi_noc_memtype_m0_m2 = ; + }; + + rng@22000 { + status = "ok"; + }; + + pinctrl@1000000 { + serial_pins: serial_pinmux { + mux { + pins = "gpio60", "gpio61"; + function = "blsp_uart0"; + bias-disable; + }; + }; + + spi_0_pins: spi_0_pinmux { + pinmux { + function = "blsp_spi0"; + pins = "gpio55", "gpio56", "gpio57"; + }; + pinmux_cs { + function = "gpio"; + pins = "gpio54"; + }; + pinconf { + pins = "gpio55", "gpio56", "gpio57"; + drive-strength = <12>; + bias-disable; + }; + pinconf_cs { + pins = "gpio54"; + drive-strength = <2>; + bias-disable; + output-high; + }; + }; + }; + + blsp_dma: dma@7884000 { + status = "ok"; + }; + + spi@78b5000 { + pinctrl-0 = <&spi_0_pins>; + pinctrl-names = "default"; + status = "ok"; + cs-gpios = <&tlmm 54 0>; + }; + + serial@78af000 { + pinctrl-0 = <&serial_pins>; + pinctrl-names = "default"; + status = "ok"; + }; + + cryptobam: dma@8e04000 { + status = "ok"; + }; + + crypto@8e3a000 { + status = "ok"; + }; + + watchdog@b017000 { + status = "ok"; + }; + + wifi@a000000 { + status = "ok"; + }; + + wifi@a800000 { + status = "ok"; + }; + + mdio@90000 { + status = "okay"; + }; + + ess-switch@c000000 { + status = "okay"; + }; + + ess-psgmii@98000 { + status = "okay"; + }; + + edma@c080000 { + status = "okay"; + }; + + usb3_ss_phy: ssphy@9a000 { + status = "okay"; + }; + + usb3_hs_phy: hsphy@a6000 { + status = "okay"; + }; + + usb3: usb3@8af8800 { + status = "okay"; + }; + + usb2_hs_phy: hsphy@a8000 { + status = "okay"; + }; + + usb2: usb2@60f8800 { + status = "okay"; + }; + }; +}; diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index fffd8fdd66..5c8f51ad98 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -890,3 +890,17 @@ define Device/hfcl_ion4 DEVICE_PACKAGES := uboot-envtools endef TARGET_DEVICES += hfcl_ion4 + +define Device/um-325ac + DEVICE_VENDOR := Indio Networks + DEVICE_MODEL := UM-325AC + BOARD_NAME := um-325ac + SOC := qcom-ipq4019 + DEVICE_DTS := qcom-ipq4019-um-325ac + KERNEL_INSTALL := 1 + KERNEL_SIZE := 4096k + IMAGE_SIZE := 26624k + $(call Device/FitImage) + IMAGE/sysupgrade.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | append-metadata +endef +TARGET_DEVICES += um-325ac diff --git a/target/linux/ipq40xx/patches-5.4/911-dts-ipq4019-indio-um-325ac.patch b/target/linux/ipq40xx/patches-5.4/911-dts-ipq4019-indio-um-325ac.patch new file mode 100644 index 0000000000..5c591e1a47 --- /dev/null +++ b/target/linux/ipq40xx/patches-5.4/911-dts-ipq4019-indio-um-325ac.patch @@ -0,0 +1,13 @@ +diff -Nurb a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile +--- a/arch/arm/boot/dts/Makefile 2022-03-21 14:59:54.834759752 +0000 ++++ b/arch/arm/boot/dts/Makefile 2022-03-21 15:01:21.535371530 +0000 +@@ -906,7 +906,8 @@ + qcom-msm8974-sony-xperia-amami.dtb \ + qcom-msm8974-sony-xperia-castor.dtb \ + qcom-msm8974-sony-xperia-honami.dtb \ +- qcom-mdm9615-wp8548-mangoh-green.dtb ++ qcom-mdm9615-wp8548-mangoh-green.dtb \ ++ qcom-ipq4019-um-325ac.dtb + dtb-$(CONFIG_ARCH_RDA) += \ + rda8810pl-orangepi-2g-iot.dtb \ + rda8810pl-orangepi-i96.dtb -- 2.25.1