]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: update dtsi/dts for NEC Aterm devices based on QCA9558
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Fri, 3 Jan 2025 08:37:29 +0000 (17:37 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 6 Apr 2025 22:42:18 +0000 (00:42 +0200)
Add more DT labels and move a USB hub node to dts files of Aterm devices
as a preparation for adding support of Aterm WG2200HP.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17584
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ath79/dts/qca9558_nec_aterm.dtsi
target/linux/ath79/dts/qca9558_nec_wg1400hp.dts
target/linux/ath79/dts/qca9558_nec_wg1800hp.dts
target/linux/ath79/dts/qca9558_nec_wg1800hp2.dts

index 441d906f449a7b38af33a489ab08affd2e587956..d650927195eeadca58c21308801f76aa88960322 100644 (file)
@@ -26,7 +26,7 @@
                label-mac-device = &eth0;
        };
 
-       i2c {
+       i2c: i2c {
                compatible = "i2c-gpio";
 
                pinctrl-names = "default";
@@ -51,7 +51,7 @@
                };
        };
 
-       keys {
+       keys: keys {
                compatible = "gpio-keys";
                pinctrl-names = "default";
                pinctrl-0 = <&jtag_disable_pins>;
                                reg = <0x030000 0x010000>;
                                read-only;
 
-                               nvmem-layout {
+                               nvmem_art: nvmem-layout {
                                        compatible = "fixed-layout";
                                        #address-cells = <1>;
                                        #size-cells = <1>;
 &pcie0 {
        status = "okay";
 
-       wifi@0,0 {
+       wifi: wifi@0,0 {
                compatible = "pci168c,003c";
                reg = <0x0000 0 0 0 0>;
                nvmem-cells = <&cal_art_5000>, <&macaddr_config_12>;
 
 &usb0 {
        status = "okay";
-       #address-cells = <1>;
-       #size-cells = <0>;
-
-       /delete-node/ port@1;
-
-       /* NEC uPD720114 */
-       hub@1 {
-               compatible = "usb0409,005a";
-               reg = <1>;
-       };
 };
 
 &wmac {
index bfcac09d55b3f1136dc5f2d4d097ef7ddd026a67..bfa6bf9eeab11596c1e8f8942815d8ab855852c7 100644 (file)
 &eth0 {
        pll-data = <0x5a000000 0x00000101 0x00001616>;
 };
+
+&usb0 {
+       /delete-node/ port@1;
+
+       /* NEC uPD720114 */
+       hub@1 {
+               compatible = "usb0409,005a";
+               reg = <1>;
+       };
+};
index 47679c5869951c0188b40fcb82eafe97af23f0db..ffcabaee3cbfb97eb1e7cb7bb64660f74645e08a 100644 (file)
 &eth0 {
        pll-data = <0x5a000000 0x00000101 0x00001616>;
 };
+
+&usb0 {
+       /delete-node/ port@1;
+
+       /* NEC uPD720114 */
+       hub@1 {
+               compatible = "usb0409,005a";
+               reg = <1>;
+       };
+};
index 39dec5b2c4f8c15018542cd86ee97728041cd5d4..8e7654cb1473d32c3050a7d9d421adfbbf156321 100644 (file)
 &eth0 {
        pll-data = <0x96000000 0x00000101 0x00001616>;
 };
+
+&usb0 {
+       /delete-node/ port@1;
+
+       /* NEC uPD720114 */
+       hub@1 {
+               compatible = "usb0409,005a";
+               reg = <1>;
+       };
+};