mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 18:02:46 +00:00
Add initial support for new target with the initial patch for ethernet support using pending upstream patches for PCS UNIPHY, PPE and EDMA. Only initramfs currently working as support for new SPI/NAND implementation, USB, CPUFreq and other devices is still unfinished and needs to be evaluated. Link: https://github.com/openwrt/openwrt/pull/17725 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
68 lines
2.0 KiB
Diff
68 lines
2.0 KiB
Diff
From a6118ebc98ec0081064ccc01d0d23f029a504d71 Mon Sep 17 00:00:00 2001
|
|
From: Christian Marangi <ansuelsmth@gmail.com>
|
|
Date: Wed, 4 Dec 2024 01:49:09 +0100
|
|
Subject: [PATCH] arm64: dts: qcom: Add label to EDMA port for IPQ9574 RDP433
|
|
|
|
Add label to EDMA port for IPQ9574 RDP433 board.
|
|
|
|
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
index f835ff9f4b28..d56abe92c24e 100644
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
@@ -112,6 +112,7 @@ port@1 {
|
|
reg = <1>;
|
|
phy-mode = "qsgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan1";
|
|
phy-handle = <&phy0>;
|
|
pcs-handle = <&pcsuniphy0_ch0>;
|
|
clocks = <&nsscc NSS_CC_PORT1_MAC_CLK>,
|
|
@@ -132,6 +133,7 @@ port@2 {
|
|
reg = <2>;
|
|
phy-mode = "qsgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan2";
|
|
phy-handle = <&phy1>;
|
|
pcs-handle = <&pcsuniphy0_ch1>;
|
|
clocks = <&nsscc NSS_CC_PORT2_MAC_CLK>,
|
|
@@ -152,6 +154,7 @@ port@3 {
|
|
reg = <3>;
|
|
phy-mode = "qsgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan3";
|
|
phy-handle = <&phy2>;
|
|
pcs-handle = <&pcsuniphy0_ch2>;
|
|
clocks = <&nsscc NSS_CC_PORT3_MAC_CLK>,
|
|
@@ -172,6 +175,7 @@ port@4 {
|
|
reg = <4>;
|
|
phy-mode = "qsgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan4";
|
|
phy-handle = <&phy3>;
|
|
pcs-handle = <&pcsuniphy0_ch3>;
|
|
clocks = <&nsscc NSS_CC_PORT4_MAC_CLK>,
|
|
@@ -192,6 +196,7 @@ port@5 {
|
|
reg = <5>;
|
|
phy-mode = "usxgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan5";
|
|
phy-handle = <&phy4>;
|
|
pcs-handle = <&pcsuniphy1_ch0>;
|
|
clocks = <&nsscc NSS_CC_PORT5_MAC_CLK>,
|
|
@@ -212,6 +217,7 @@ port@6 {
|
|
reg = <6>;
|
|
phy-mode = "usxgmii";
|
|
managed = "in-band-status";
|
|
+ label = "wan";
|
|
phy-handle = <&phy5>;
|
|
pcs-handle = <&pcsuniphy2_ch0>;
|
|
clocks = <&nsscc NSS_CC_PORT6_MAC_CLK>,
|
|
--
|
|
2.45.2
|
|
|