Introduce support for the Qualcomm IPQ50xx SoC. This series adds support for the following components: - minimal boot support: GCC/pinctrl/watchdog/CPUFreq/SDI (upstreamed) - USB2 (upstreamed) - Thermal/Tsens - PCIe gen2 1&2-lane PHY and controller - PWM and PWM LED - QPIC SPI NAND controller - CMN PLL Block (provider of fixed rate clocks to GCC/ethernet/more.) - Ethernet: IPQ5018 Internal GE PHY (1 gbps) - Remoteproc MPD driver for IPQ5018 (2.4G) & QCN6122 (5/6G) Wifi Co-developed-by: Ziyang Huang <hzyitc@outlook.com> Signed-off-by: Ziyang Huang <hzyitc@outlook.com> Signed-off-by: George Moussalem <george.moussalem@outlook.com> Link: https://github.com/openwrt/openwrt/pull/17182 Signed-off-by: Robert Marko <robimarko@gmail.com>
23 lines
619 B
Diff
23 lines
619 B
Diff
From: George Moussalem <george.moussalem@outlook.com>
|
|
Subject: [PATCH] arm64: dts: qcom: ipq5018: Add TCSR node
|
|
Date: Sun, 06 Oct 2024 16:34:11 +0400
|
|
|
|
Add TCSR node.
|
|
|
|
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
|
---
|
|
--- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
|
|
@@ -337,6 +337,11 @@
|
|
#hwlock-cells = <1>;
|
|
};
|
|
|
|
+ tcsr: syscon@1937000 {
|
|
+ compatible = "qcom,tcsr-ipq5018", "syscon", "simple-mfd";
|
|
+ reg = <0x01937000 0x21000>;
|
|
+ };
|
|
+
|
|
sdhc_1: mmc@7804000 {
|
|
compatible = "qcom,ipq5018-sdhci", "qcom,sdhci-msm-v5";
|
|
reg = <0x7804000 0x1000>;
|