ath79: add support for Teltonika RUT955 H7V3C0
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9344.dtsi
index 39dd33fd67002fc0c7f61e3e9c328add4154af06..e99d962933b45c703920e2559daa905d57942981 100644 (file)
@@ -13,7 +13,7 @@
 };
 
 &rst {
-       intc2: interrupt-controller@2 {
+       intc2: interrupt-controller {
                compatible = "qca,ar9340-intc";
 
                interrupt-parent = <&cpuintc>;
@@ -31,7 +31,7 @@
        };
 };
 
-&apb {
+&ahb {
        pcie: pcie-controller@180c0000 {
                compatible = "qcom,ar9340-pci", "qcom,ar7240-pci";
                #address-cells = <3>;
                interrupt-parent = <&intc2>;
                interrupts = <1>;
 
+               resets = <&rst 6>, <&rst 7>;
+               reset-names = "hc", "phy";
+
                interrupt-controller;
                #interrupt-cells = <1>;
 
                interrupt-map-mask = <0 0 0 1>;
                interrupt-map = <0 0 0 0 &pcie 0>;
-               
+
                status = "disabled";
        };
 };