Introduce EcoNet EN7528 SoC compatible in MediaTek PCIe controller
binding.
EcoNet PCIe controller has the same configuration model as
Mediatek v2 but is initiallized more similarly to an MT7621
PCIe.
Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr>
---
.../bindings/pci/mediatek-pcie.yaml | 26 +++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/Documentation/devicetree/bindings/pci/mediatek-pcie.yaml b/Documentation/devicetree/bindings/pci/mediatek-pcie.yaml
index 0b8c78ec4f91..7e1b0876c291 100644
--- a/Documentation/devicetree/bindings/pci/mediatek-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/mediatek-pcie.yaml
@@ -14,6 +14,7 @@ properties:
oneOf:
- enum:
- airoha,an7583-pcie
+ - econet,en7528-pcie
- mediatek,mt2712-pcie
- mediatek,mt7622-pcie
- mediatek,mt7629-pcie
@@ -226,6 +227,31 @@ allOf:
mediatek,pbus-csr: false
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: econet,en7528-pcie
+ then:
+ properties:
+ clocks:
+ maxItems: 1
+
+ clock-names:
+ maxItems: 1
+
+ reset: false
+
+ reset-names: false
+
+ power-domains: false
+
+ mediatek,pbus-csr: false
+
+ required:
+ - phys
+ - phy-names
+
unevaluatedProperties: false
examples:
--
2.39.5
On Fri, Mar 20, 2026 at 09:42:11AM +0000, Caleb James DeLisle wrote: > Introduce EcoNet EN7528 SoC compatible in MediaTek PCIe controller > binding. > > EcoNet PCIe controller has the same configuration model as > Mediatek v2 but is initiallized more similarly to an MT7621 > PCIe. s/initiallized/initialized/
On 23/03/2026 22:38, Bjorn Helgaas wrote: > On Fri, Mar 20, 2026 at 09:42:11AM +0000, Caleb James DeLisle wrote: >> Introduce EcoNet EN7528 SoC compatible in MediaTek PCIe controller >> binding. >> >> EcoNet PCIe controller has the same configuration model as >> Mediatek v2 but is initiallized more similarly to an MT7621 >> PCIe. > s/initiallized/initialized/ Oops, thank you. Caleb
On Fri, Mar 20, 2026 at 09:42:11AM +0000, Caleb James DeLisle wrote: > Introduce EcoNet EN7528 SoC compatible in MediaTek PCIe controller > binding. > > EcoNet PCIe controller has the same configuration model as > Mediatek v2 but is initiallized more similarly to an MT7621 > PCIe. > > Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr> Acked-by: Conor Dooley <conor.dooley@microchip.com> pw-bot: not-applicable
© 2016 - 2026 Red Hat, Inc.