base-files: correctly split install-key function for APK
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344.dtsi
index ce73ef583080c10abedaae93fcfb2093e1ef229d..dff912f8cabd82c672428721c8badde62bed18f5 100644 (file)
@@ -13,7 +13,7 @@
 };
 
 &rst {
-       intc2: interrupt-controller@2 {
+       intc2: interrupt-controller {
                compatible = "qca,ar9340-intc";
 
                interrupt-parent = <&cpuintc>;
@@ -31,8 +31,8 @@
        };
 };
 
-&apb {
-       pcie: pcie-controller@180c0000 {
+&ahb {
+       pcie: pcie@180c0000 {
                compatible = "qcom,ar9340-pci", "qcom,ar7240-pci";
                #address-cells = <3>;
                #size-cells = <2>;
                interrupt-parent = <&intc2>;
                interrupts = <1>;
 
+               device_type = "pci";
+
+               resets = <&rst 6>, <&rst 7>;
+               reset-names = "hc", "phy";
+
                interrupt-controller;
                #interrupt-cells = <1>;