ramips: mt7621: pbr-m1: add pcie reset for asm1061
[openwrt/staging/nbd.git] / target / linux / ramips / dts / mt7621_d-team_pbr-m1.dts
index 49d8648f8a684c3afca1465dd5b868509faee1c8..1e17eadde1312539fef03b9324e9987f8b4a88b9 100644 (file)
                bootargs = "console=ttyS0,115200";
        };
 
-       palmbus: palmbus@1E000000 {
-               i2c: i2c@900 {
-                       status = "okay";
-
-                       pcf8563: rtc@51 {
-                               status = "okay";
-                               compatible = "nxp,pcf8563";
-                               reg = <0x51>;
-                       };
-               };
-       };
-
        leds {
                compatible = "gpio-leds";
 
        };
 };
 
+&i2c {
+       status = "okay";
+
+       rtc@51 {
+               status = "okay";
+               compatible = "nxp,pcf8563";
+               reg = <0x51>;
+       };
+};
+
 &sdhci {
        status = "okay";
 };
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
        };
 };
 
+&pinctrl {
+       uart3_gpio: uart3-gpio {
+               uart3 {
+                       groups = "uart3";
+                       function = "gpio";
+               };
+       };
+};
+
 &pcie {
        status = "okay";
+       pinctrl-0 = <&pcie_pins>, <&uart3_gpio>;
+       reset-gpios = <&gpio 19 GPIO_ACTIVE_LOW>,
+                     <&gpio 7 GPIO_ACTIVE_LOW>;
 };
 
 &pcie0 {