X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Fqca9558_tl-archer-c7.dtsi;h=08b8e9257c0d8b60d698cb3c51b0a0f3dda6a311;hp=08bb510ea71f206c5a49ad98c247fbded22b0de0;hb=290c54473ead;hpb=ba74b45476ab1fe36f8449b18501ba5d2c01cf8c diff --git a/target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi b/target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi index 08bb510ea7..08b8e9257c 100644 --- a/target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi +++ b/target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi @@ -7,11 +7,6 @@ #include "qca9557.dtsi" / { - memory@0 { - device_type = "memory"; - reg = <0x0 0x8000000>; - }; - chosen { bootargs = "console=ttyS0,115200n8"; }; @@ -31,17 +26,17 @@ usb1 { label = "tp-link:green:usb1"; - gpios = <&gpio 18 GPIO_ACTIVE_LOW>; + gpios = <&gpio 19 GPIO_ACTIVE_LOW>; default-state = "off"; - trigger-sources = <&hub_port0>; + trigger-sources = <&hub_port1>; linux,default-trigger = "usbport"; }; usb2 { label = "tp-link:green:usb2"; - gpios = <&gpio 19 GPIO_ACTIVE_LOW>; + gpios = <&gpio 18 GPIO_ACTIVE_LOW>; default-state = "off"; - trigger-sources = <&hub_port1>; + trigger-sources = <&hub_port0>; linux,default-trigger = "usbport"; }; @@ -92,13 +87,13 @@ gpio_usb1_power { gpio-export,name = "tp-link:power:usb1"; gpio-export,output = <1>; - gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; + gpios = <&gpio 21 GPIO_ACTIVE_HIGH>; }; gpio_usb2_power { gpio-export,name = "tp-link:power:usb2"; gpio-export,output = <1>; - gpios = <&gpio 21 GPIO_ACTIVE_HIGH>; + gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; }; }; @@ -229,4 +224,5 @@ status = "okay"; mtd-cal-data = <&art 0x1000>; mtd-mac-address = <&uboot 0x1fc00>; + mtd-mac-address-increment = <(-1)>; };