openwrt/target/linux/ramips/dts
Andreas Gnau 3e7337feea ramips: Add support for Genexis / Inteno Pulse EX400
Add support for Genexis Pulse EX400 / Inteno Pulse EX400. A branded
variant for the Finnish ISP DNA has already been added in fea2264d9f
(ramips: mt7621: Add DNA Valokuitu Plus EX400, 2023-07-31). This commit
adds support for the generic variants with Inteno and Genexis branding.
Inteno changed its name to Genexis and both brandings exist.

In terms of electronics, there is no difference between the DNA-branded
version and other brandings. LED markings on the case are different,
though. While the DNA-version has a "software-update" LED, the other
versions have a WPS LED. To reduce user confusion, create a separate
image.

Add the different device-tree with the different LED and rename things
to work the same way for both variants.

Specifications:
- Device: Genexis Pulse EX400 / Inteno Pulse EX400
- SoC: MT7621A
- Flash: 256 MB NAND
- RAM: 256 MB
- Ethernet: Built-in, 2 x 1 GbE
- Wifi: MT7603 2.4 GHz 2x2 MIMO, MT7615 5 GHz 4x4 MU-MIMO
- USB: 1x 2.0
- LEDs (GPIO): green/red status, green WPS
- LEDs (SX9512, unsupported): Broadband, Wi-Fi 2.4G, Wi-Fi 5G
- Buttons (GPIO): Reset
- Buttons (SX9512, unsupported): Wi-Fi 2.4G, Wi-Fi 5G, WPS

MAC addresses:
- LAN:     U-Boot 'ethaddr' (label)
- WAN:     label + 1
- 2.4 GHz: label + 6
- 5 GHz:   label + 7

Serial:
 There is a black block connector next to the red ethernet connector. It
 is accessible also through holes in the casing.

Pinout (TTL 3.3V)
 +---+---+
 |Tx |Rx |
 +---+---+
 |Vcc|Gnd|
 +---+---+

Firmware:
 The vendor firmware is a fork of OpenWrt (Reboot) with a kernel version
 4.4.93. The flash is arranged as below and there is a dual boot
 mechanism alternating between rootfs_0 and rootfs_1.

 +-------+------+------+-----------+-----------+
 |       | env1 | env2 | rootfs_0  |  rootfs_1 |
 |       +------+------+-----------+-----------+
 |       |         UBI volumes                 |
 +-------+-------------------------------------+
 |U-Boot |             UBI                     |
 +-------+-------------------------------------+
 |mtd0   |             mtd1                    |
 +-------+-------------------------------------+
 |                     NAND                    |
 +---------------------------------------------+

 In OpenWrt rootfs_0 will be used as a boot partition that will contain the
 kernel and the dtb. The squashfs rootfs and overlay are standard OpenWrt
 behaviour.

 +-------+------+------+-----------+--------+------------+
 |       | env1 | env2 | rootfs_0  | rootfs | rootfs_data|
 |       +------+------+-----------+--------+------------+
 |       |         UBI volumes                           |
 +-------+-----------------------------------------------+
 |U-Boot |             UBI                               |
 +-------+-----------------------------------------------+
 |mtd0   |             mtd1                              |
 +-------+-----------------------------------------------+
 |                     NAND                              |
 +-------------------------------------------------------+

U-boot:
 With proper serial access, booting can be halted to U-boot by pressing
 any key. TFTP and flash writes are available, but only the first one has
 been tested.

 NOTE: Recovery mode can be accessed by holding down the reset button while
 powering on the device. The led 'Update' will show a solid green light
 once ready. A web server will be running at 192.168.1.1:80 and it will
 allow flashing a firmware package. You can cycle between rootfs_0 and
 rootfs_1 by pressing the reset button once.

Root password:
 With the vendor web UI create a backup of your settings and download the
 archive to your computer. Within the archive in the file
 /etc/shadow replace the password hash for root with that of a password you
 know. Restore the configuration with the vendor web UI and you will have
 changed the root password.

SSH access:
 You might need to enable the SSH service for LAN interface as by default
 it's enabled for WAN only.

Installing OpenWrt:
 With the vendor web UI, or from the U-Boot recovery UI, install the
 OpenWrt factory image. Alternatively, ssh to the device and use
 sysupgrade -n from cli.

 Finalize by installing the OpenWrt sysupgrade image to get a fully
 functioning system.

Reverting to the vendor firmware:

 Boot with OpenWrt initramfs image
  - Remove volumes rootfs_0, rootfs and rootfs_data and create vendor
    volumes.

    ubirmvol /dev/ubi0 -n 2
    ubirmvol /dev/ubi0 -n 3
    ubirmvol /dev/ubi0 -n 4
    ubimkvol /dev/ubi0 -N rootfs_0 -S 990
    ubimkvol /dev/ubi0 -N rootfs_1 -S 990

    Power off and enter to the U-boot recovery to install the vendor
    firmware.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Link: https://github.com/openwrt/openwrt/pull/17551
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-03-13 21:33:46 +01:00
..
mt7620a.dtsi ramips: mt762{0,8}: reduce default MMC clock to 24 MHz 2024-12-26 15:23:49 +01:00
mt7620a_aigale_ai-br100.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_alfa-network_ac1200rm.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_alfa-network_r36m-e4g.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_alfa-network_tube-e4g.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_ampedwireless_b1200ex.dts ramips: add support for Amped Wireless B1200EX 2022-11-13 22:36:06 +01:00
mt7620a_asus_rp-n53.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_asus_rt-ac5x.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_asus_rt-ac51u.dts ramips: convert mt76 PCIe NIC EEPROM to NVMEM format for legacy SoCs 2023-10-17 12:07:27 +02:00
mt7620a_asus_rt-ac54u.dts ramips: convert mt76 PCIe NIC EEPROM to NVMEM format for legacy SoCs 2023-10-17 12:07:27 +02:00
mt7620a_bdcom_wap2100-sk.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_bolt_bl100.dts linux: replace nvmem-cells with nvmem-layout 2024-12-27 13:34:58 +01:00
mt7620a_buffalo_whr-300hp2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_buffalo_whr-600d.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_buffalo_whr-1166d.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_cameo_810.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_dlink_dch-m225.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_dlink_dir-510l.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_dlink_dir-806a-b1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_dlink_dir-810l.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_dlink_dwr-96x.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_dlink_dwr-118-a1.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_dlink_dwr-118-a2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_dlink_dwr-960.dts ramips: mt7620a: use mac-base 2023-11-26 00:15:58 +01:00
mt7620a_dlink_dwr-961-a1.dts ramips: mt7620a: use mac-base 2023-11-26 00:15:58 +01:00
mt7620a_domywifi.dtsi ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_domywifi_dm202.dts ramips: add support for DomyWifi DM202/DM203/DW22D 2021-08-25 01:42:16 +02:00
mt7620a_domywifi_dm203.dts ramips: add support for DomyWifi DM202/DM203/DW22D 2021-08-25 01:42:16 +02:00
mt7620a_domywifi_dw22d.dts ramips: add support for DomyWifi DM202/DM203/DW22D 2021-08-25 01:42:16 +02:00
mt7620a_dovado_tiny-ac.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_edimax_br-6208ac-v2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_edimax_br-6478ac-v2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_edimax_ew-747x.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_edimax_ew-7476rpc.dts ramips: add support for Amped Wireless B1200EX 2022-11-13 22:36:06 +01:00
mt7620a_edimax_ew-7478ac.dts ramips: add support for Amped Wireless B1200EX 2022-11-13 22:36:06 +01:00
mt7620a_edimax_ew-7478apc.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_engenius_epg600.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_engenius_esr600.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_fon_fon2601.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_glinet_gl-mt300a.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_glinet_gl-mt300n.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_glinet_gl-mt750.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_head-weblink_hdrm200.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_hiwifi_hc5x61.dtsi ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_hiwifi_hc5661.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_hiwifi_hc5761.dts ramips: convert mt76 PCIe NIC EEPROM to NVMEM format for legacy SoCs 2023-10-17 12:07:27 +02:00
mt7620a_hiwifi_hc5861.dts ramips: mt762{0,8}: reduce default MMC clock to 24 MHz 2024-12-26 15:23:49 +01:00
mt7620a_hnet_c108.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_hongdian_h8922-v30.dts ramips: add support for Hongdian H8922 v30 2025-03-10 00:42:44 +01:00
mt7620a_humax_e2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_iodata_wn-ac733gr3.dts kernel: rtl8367b: use realtek,extif property 2024-08-06 00:34:14 +02:00
mt7620a_iodata_wn-ac1167gr.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_iptime.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_iptime_a104ns.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7620a_iptime_a1004ns.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7620a_kimax_u25awf-h1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_lava_lr-25g001.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_lb-link_bl-w1200.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_lenovo_newifi-y1.dts ramips: fix dts error in LED color/function conversion 2024-02-08 00:01:22 +01:00
mt7620a_lenovo_newifi-y1.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_lenovo_newifi-y1s.dts ramips: fix dts error in LED color/function conversion 2024-02-08 00:01:22 +01:00
mt7620a_linksys_e1700.dts ramips: mt7620: add missing PA/LNA pinctrl for Linksys E1700 2025-02-13 00:26:22 +01:00
mt7620a_microduino_microwrt.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_netcore_nw5212.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_netgear_ex3x00_ex61xx.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_netgear_ex2700.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_netgear_ex3700.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_netgear_ex6120.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_netgear_ex6130.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_netgear_wn3x00rp.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_netgear_wn3000rp-v3.dts ramips: add support for Netgear WN3100RPv2 2022-03-16 23:14:25 +09:00
mt7620a_netgear_wn3100rp-v2.dts ramips: add support for Netgear WN3100RPv2 2022-03-16 23:14:25 +09:00
mt7620a_netis_wf2770.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_ohyeah_oy-0001.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_phicomm_k2-v22.4.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-12 21:37:08 +01:00
mt7620a_phicomm_k2-v22.5.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-12 21:37:08 +01:00
mt7620a_phicomm_k2g.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-12 21:37:08 +01:00
mt7620a_phicomm_k2x.dtsi ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_phicomm_psg1208.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_phicomm_psg1218b.dts ramips: mt7620: move Phicomm MAC address setup to DTSI 2021-08-24 20:26:00 +02:00
mt7620a_planex_cs-qr10.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_planex_db-wrt01.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_planex_mzk-750dhp.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_planex_mzk-ex300np.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_planex_mzk-ex750np.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_ralink_mt7620a-evb.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_ralink_mt7620a-mt7530-evb.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_ralink_mt7620a-mt7610e-evb.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_ralink_mt7620a-v22sg-evb.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_rostelecom_rt-fl-1.dts ramips: add support for Sercomm CPJ routers 2023-11-25 01:11:18 +01:00
mt7620a_rostelecom_s1010.dts ramips: add support for Sercomm CPJ routers 2023-11-25 01:11:18 +01:00
mt7620a_sanlinking_d240.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_sercomm_cpj.dtsi ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_sercomm_na930.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7620a_sitecom_wlr-4100-v1-002.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_tplink_8m.dtsi ramips: mt7620a_tplink_archer.dtsi rename to mt7620a_tplink_8m.dtsi 2024-04-13 17:40:51 +02:00
mt7620a_tplink_archer-c2-v1.dts kernel: rtl8367b: use realtek,extif property 2024-08-06 00:34:14 +02:00
mt7620a_tplink_archer-c5-v4.dts kernel: rtl8367b: use realtek,extif property 2024-08-06 00:34:14 +02:00
mt7620a_tplink_archer-c20-v1.dts ramips: use led, function/color syntax for some tp-link archer routers 2024-05-09 22:24:48 +02:00
mt7620a_tplink_archer-c20i.dts ramips: use led, function/color syntax for some tp-link archer routers 2024-05-09 22:24:48 +02:00
mt7620a_tplink_archer-c50-v1.dts ramips: use led, function/color syntax for some tp-link archer routers 2024-05-09 22:24:48 +02:00
mt7620a_tplink_archer-mr200.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_tplink_ec220-g5-v2.dts ramips: TP-Link EC220-G5 v2: swap WLAN leds assignment 2024-09-22 15:31:11 +02:00
mt7620a_tplink_re2x0-v1.dtsi ramips: use OKLI loader for TP-Link RE200 v1 and RE210 v1 2024-10-06 14:07:37 +02:00
mt7620a_tplink_re200-v1.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7620a_tplink_re210-v1.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7620a_trendnet_tew-810dr.dts treewide: add space before SPDX identifier 2020-11-25 19:34:13 +01:00
mt7620a_trendnet_tha103ac.dts ramips: mt7620: add support for THA-103AC (Version v1.0R) 2024-12-13 15:29:04 +01:00
mt7620a_wavlink_wl-wn530hg4.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_wavlink_wl-wn531g3-a2.dts ramips: add support for Wavlink WL-WN531G3-A2 2024-07-21 18:47:37 +02:00
mt7620a_wavlink_wl-wn531g3.dts ramips: add support for Wavlink WL-WN531G3 2024-05-10 00:05:25 +02:00
mt7620a_wavlink_wl-wn535k1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_wavlink_wl-wn579x3.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_wevo_air-duo.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_xiaomi_miwifi-mini.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_youku_x2.dts ramips: convert mt76 PCIe NIC EEPROM to NVMEM format for legacy SoCs 2023-10-17 12:07:27 +02:00
mt7620a_youku_yk-l1.dts ramips: fix reboot for remaining 32 MB boards 2022-01-15 17:12:12 +01:00
mt7620a_youku_yk-l1.dtsi ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7620a_youku_yk-l1c.dts ramips: split Youku YK1 to YK-L1 and YK-L1c 2021-06-05 23:39:14 +02:00
mt7620a_yukai_bocco.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_zbtlink_zbt-ape522ii.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_zbtlink_zbt-we826-16m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
mt7620a_zbtlink_zbt-we826-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-01-15 17:12:12 +01:00
mt7620a_zbtlink_zbt-we826-e.dts ramips: fix reboot for remaining 32 MB boards 2022-01-15 17:12:12 +01:00
mt7620a_zbtlink_zbt-we826.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_zbtlink_zbt-we1026-5g-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7620a_zbtlink_zbt-we1026-5g.dtsi ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7620a_zbtlink_zbt-we1026-h-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-01-15 17:12:12 +01:00
mt7620a_zbtlink_zbt-we1026-h.dtsi ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7620a_zbtlink_zbt-we1026.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_zte_q7.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620a_zyxel_keenetic-viva.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
mt7620n.dtsi ramips: sync upstream Ralink clock patches 2024-11-23 15:05:48 +01:00
mt7620n_asus_rt-n12p.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_asus_rt-n14u.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_buffalo_wmr-300.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_comfast_cf-wr800n.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_dlink_dwr-116-a1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_dlink_dwr-921-c1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_dlink_dwr-922-e2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_elecom_wrh-300cr.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_hootoo_ht-tm05.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7620n_kimax_u35wf.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_kingston_mlw221.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_kingston_mlwg2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_netgear_jwnr2010-v5.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7620n_netgear_n300.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_netgear_pr2000.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_nexx_wt3020-4m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
mt7620n_nexx_wt3020-8m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
mt7620n_nexx_wt3020.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_ravpower_rp-wd03.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_snr_cpe-w4n-mt.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_sunvalley_filehub.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_vonets_var11n-300.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_wrtnode_wrtnode.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_zbtlink_zbt-cpe102.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_zbtlink_zbt-wa05.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_zbtlink_zbt-we2026.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_zbtlink_zbt-wr8305rt.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7620n_zyxel_keenetic-lite-iii-a.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
mt7620n_zyxel_keenetic-omni-ii.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
mt7620n_zyxel_keenetic-omni.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
mt7621.dtsi ramips: mt7621: reduce MMC clock to 48 MHz 2024-07-12 02:43:58 +01:00
mt7621_adslr_g7.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_afoundry_ew1200.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_alfa-network_ax1800rm.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_alfa-network_quad-e4g.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_ampedwireless_ally-00x19k.dts ramips: add support for Amped Wireless ALLY router and extender 2021-06-05 23:39:14 +02:00
mt7621_ampedwireless_ally-r1900k.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_ampedwireless_ally.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_arcadyan_we420223-99.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_arcadyan_wg4xx223.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_asiarf_ap7621-001.dts ramips: mt7621: nix mac-address-increment 2023-11-26 01:30:32 +01:00
mt7621_asiarf_ap7621-nv1.dts ramips: mt7621: nix mac-address-increment 2023-11-26 01:30:32 +01:00
mt7621_asiarf_ap7621.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_asus_4g-ax56.dts ramips: add support for ASUS 4G-AX56 2024-12-13 15:29:04 +01:00
mt7621_asus_rp-ac56.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_asus_rp-ac87.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_asus_rt-ac57u-v1.dts treewide: gpio to gpios 2024-06-17 12:57:06 +02:00
mt7621_asus_rt-ac65p.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_asus_rt-ac85p.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_asus_rt-acx5p.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_asus_rt-ax53u.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_asus_rt-ax54.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_asus_rt-n56u-b1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_beeline_smartbox-flash.dts ramips: update leds & buttons dts description 2024-01-07 01:41:22 +01:00
mt7621_beeline_smartbox-giga.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_beeline_smartbox-pro.dts ramips: update leds & buttons dts description 2024-01-07 01:41:22 +01:00
mt7621_beeline_smartbox-turbo-plus.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_beeline_smartbox-turbo.dts ramips: fix wrong eeprom data for sercomm dxx devices 2024-06-14 14:41:30 +02:00
mt7621_belkin_rt1800.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_bolt_arion.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_buffalo_wsr-600dhp.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_buffalo_wsr-1166dhp.dts ramips: mt7621: switch trx parser to parser_trx from mtdsplit 2024-06-05 21:14:16 +02:00
mt7621_buffalo_wsr-2533dhpl.dts ramips: mt7621: switch trx parser to parser_trx from mtdsplit 2024-06-05 21:14:16 +02:00
mt7621_buffalo_wsr-2533dhpl2.dts ramips: add support for Buffalo WSR-2533DHPL2 2024-06-05 21:14:16 +02:00
mt7621_buffalo_wsr-2533dhpls.dts ramips: add support for Buffalo WSR-2533DHPLS 2024-06-05 21:14:16 +02:00
mt7621_buffalo_wsr-2533dhplx.dtsi ramips: add support for Buffalo WSR-2533DHPLS 2024-06-05 21:14:16 +02:00
mt7621_comfast_cf-e390ax.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_comfast_cf-ew72-v2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_confiabits_mt7621-v1.dts ramips: mt7621: add support for Confiabits MT7621 v1 2025-01-14 23:35:04 +01:00
mt7621_cudy_m1300-v2.dts ramips: Add support for Cudy M1300 v2 2025-03-09 16:51:26 +01:00
mt7621_cudy_m1800.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_cudy_wr1300-v1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_cudy_wr1300-v2.dts ramips: Add support for Cudy WR1300 v3 2023-11-25 15:48:41 +01:00
mt7621_cudy_wr1300-v2v3.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_cudy_wr1300-v3.dts ramips: Add support for Cudy WR1300 v3 2023-11-25 15:48:41 +01:00
mt7621_cudy_wr2100.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_cudy_x6-v1.dts ramips: cudy_x6: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7621_cudy_x6-v2.dts ramips: cudy_x6: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7621_cudy_x6.dtsi ramips: cudy_x6: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7621_d-team_newifi-d2.dts ramips: mt7621: add missing regulator-boot-on 2024-11-09 17:31:59 +01:00
mt7621_d-team_pbr-m1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_dlink_covr-x1860-a1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_dlink_dap-1620-b1.dts ramips: add support for D-Link DRA-1360 2023-08-27 19:13:36 +02:00
mt7621_dlink_dap-x1860-a1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_dlink_dir-8xx.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_dlink_dir-853-a1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_dlink_dir-853-a3.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_dlink_dir-853-r1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_dlink_dir-860l-b1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_dlink_dir-867-a1.dts ramips: fix and clean up D-Link MAC address 2024-02-22 22:53:30 +01:00
mt7621_dlink_dir-878-a1.dts ramips: fix and clean up D-Link MAC address 2024-02-22 22:53:30 +01:00
mt7621_dlink_dir-878-r1.dts ramips: fix and clean up D-Link MAC address 2024-02-22 22:53:30 +01:00
mt7621_dlink_dir-882-a1.dts ramips: fix and clean up D-Link MAC address 2024-02-22 22:53:30 +01:00
mt7621_dlink_dir-882-r1.dts ramips: fix and clean up D-Link MAC address 2024-02-22 22:53:30 +01:00
mt7621_dlink_dir-1935-a1.dts ramips: fix and clean up D-Link MAC address 2024-02-22 22:53:30 +01:00
mt7621_dlink_dir-1960-a1.dts ramips: use function/color syntax for some dlink dir routers 2024-05-09 22:24:31 +02:00
mt7621_dlink_dir-2055-a1.dts ramips: add support for D-Link DIR-2055 A1 2024-06-02 18:41:17 +02:00
mt7621_dlink_dir-2150-a1.dts ramips: fix wrong dts file permission 2024-06-14 14:44:04 +02:00
mt7621_dlink_dir-2150-r1.dts ramips: Add support for D-Link DIR-2150-R1 2024-09-22 19:38:21 +02:00
mt7621_dlink_dir-2640-a1.dts ramips: use function/color syntax for some dlink dir routers 2024-05-09 22:24:31 +02:00
mt7621_dlink_dir-2660-a1.dts ramips: use function/color syntax for some dlink dir routers 2024-05-09 22:24:31 +02:00
mt7621_dlink_dir-3040-a1.dts ramips: use function/color syntax for some dlink dir routers 2024-05-09 22:24:31 +02:00
mt7621_dlink_dir-3060-a1.dts ramips: use function/color syntax for some dlink dir routers 2024-05-09 22:24:31 +02:00
mt7621_dlink_dir_nand_128m.dtsi ramips: use function/color syntax for some dlink dir routers 2024-05-09 22:24:31 +02:00
mt7621_dlink_dra-1360-a1.dts ramips: add support for D-Link DRA-1360 2023-08-27 19:13:36 +02:00
mt7621_dlink_dxx-1xx0-x1.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_dlink_flash-16m-a1.dtsi ramips: fix MAC address for some devices 2024-06-15 22:54:52 +02:00
mt7621_dlink_flash-16m-r1.dtsi ramips: fix MAC address for some devices 2024-06-15 22:54:52 +02:00
mt7621_dna_valokuitu-plus-ex400.dts ramips: Add support for Genexis / Inteno Pulse EX400 2025-03-13 21:33:46 +01:00
mt7621_dual-q_h721.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7621_edimax_ra21s.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_edimax_re23s.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_edimax_rg21s.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_edimax_rx21s.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_elecom_wmc-m1267gst2.dts ramips: elecom_wrc-gs-1pci: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7621_elecom_wmc-s1267gs2.dts ramips: elecom_wrc-gs-1pci: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7621_elecom_wmc-x1800gst.dts ramips: add support for ELECOM WMC-X1800GST 2024-09-22 18:52:07 +02:00
mt7621_elecom_wrc-1167ghbk2-s.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_elecom_wrc-1167gs2-b.dts ramips: elecom_wrc-gs-1pci: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7621_elecom_wrc-1167gst2.dts ramips: elecom_wrc-gs-1pci: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7621_elecom_wrc-1750gs.dts ramips: mt7621: convert to nvmem-layout 2023-11-26 01:30:32 +01:00
mt7621_elecom_wrc-1750gst2.dts ramips: mt7621: convert to nvmem-layout 2023-11-26 01:30:32 +01:00
mt7621_elecom_wrc-1750gsv.dts ramips: mt7621: convert to nvmem-layout 2023-11-26 01:30:32 +01:00
mt7621_elecom_wrc-1900gst.dts ramips: mt7621: convert to nvmem-layout 2023-11-26 01:30:32 +01:00
mt7621_elecom_wrc-2533ghbk-i.dts ramips: separate and update dtsi of ELECOM WRC-2533GHBK-I/GHBK2-T 2023-01-14 15:41:00 +01:00
mt7621_elecom_wrc-2533ghbk.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_elecom_wrc-2533ghbk2-t.dts ramips: add support for ELECOM WRC-2533GHBK2-T 2023-01-14 15:41:00 +01:00
mt7621_elecom_wrc-2533gs2.dts ramips: mt7621: convert to nvmem-layout 2023-11-26 01:30:32 +01:00
mt7621_elecom_wrc-2533gst.dts ramips: mt7621: convert to nvmem-layout 2023-11-26 01:30:32 +01:00
mt7621_elecom_wrc-2533gst2.dts ramips: mt7621: convert to nvmem-layout 2023-11-26 01:30:32 +01:00
mt7621_elecom_wrc-gs-1pci.dtsi ramips: elecom_wrc-gs-1pci: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7621_elecom_wrc-gs-2pci.dtsi ramips: convert MT7613 and MT7615 EEPROM to NVMEM format for MT7621 2023-10-09 11:15:52 +02:00
mt7621_elecom_wrc-gs.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_elecom_wrc-x1800gs.dts ramips: add support for ELECOM WRC-X1800GS 2024-05-25 19:33:28 +02:00
mt7621_elecom_wsc-x1800gs.dts ramips: add support for ELECOM WSC-X1800GS 2024-09-22 18:52:07 +02:00
mt7621_elecom_wxc-x1800gsx.dtsi ramips: add support for ELECOM WMC-X1800GST 2024-09-22 18:52:07 +02:00
mt7621_etisalat_s3.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_firefly_firewrt.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_gehua_ghl-r-001.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_gemtek_wvrtm-1xxacn.dtsi ramips: mt7621: add support for Gemtek WVRTM-127ACN and WVRTM-130ACN 2024-10-19 17:23:36 +02:00
mt7621_gemtek_wvrtm-127acn.dts ramips: mt7621: add support for Gemtek WVRTM-127ACN and WVRTM-130ACN 2024-10-19 17:23:36 +02:00
mt7621_gemtek_wvrtm-130acn.dts ramips: mt7621: add support for Gemtek WVRTM-127ACN and WVRTM-130ACN 2024-10-19 17:23:36 +02:00
mt7621_genexis_pulse-ex400-common.dtsi ramips: Add support for Genexis / Inteno Pulse EX400 2025-03-13 21:33:46 +01:00
mt7621_genexis_pulse-ex400.dts ramips: Add support for Genexis / Inteno Pulse EX400 2025-03-13 21:33:46 +01:00
mt7621_glinet_gl-mt1300.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_gnubee_gb-pc1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_gnubee_gb-pc2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_h3c_tx180x.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_h3c_tx1800-plus.dts ramips: add support for H3C TX1800 Plus / TX1801 Plus / TX1806 2022-07-31 19:23:24 +02:00
mt7621_h3c_tx1801-plus.dts ramips: add support for H3C TX1800 Plus / TX1801 Plus / TX1806 2022-07-31 19:23:24 +02:00
mt7621_h3c_tx1806.dts ramips: add support for H3C TX1800 Plus / TX1801 Plus / TX1806 2022-07-31 19:23:24 +02:00
mt7621_haier-sim_wr1800k.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_haier_har-20s2u1.dts ramips: add support for SIM SIMAX1800T and Haier HAR-20S2U1 2022-11-05 22:38:01 +01:00
mt7621_hanyang_hyc-g920.dts ramips: fix MAC address for some devices 2024-06-15 22:54:52 +02:00
mt7621_hilink_hlk-7621a-evb.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_hiwifi_hc5962.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_huasifei_ws1208v2.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_humax_e10.dts ramips: mt7621: add missing regulator-boot-on 2024-11-09 17:31:59 +01:00
mt7621_iodata_wn-ax1167gr.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iodata_wn-ax1167gr2.dts ramips: mt7621: convert I-O DATA devices EEPROM to NVMEM format 2024-01-17 01:14:49 +01:00
mt7621_iodata_wn-ax2033gr.dts ramips: mt7621: convert I-O DATA devices EEPROM to NVMEM format 2024-01-17 01:14:49 +01:00
mt7621_iodata_wn-deax1800gr.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iodata_wn-dx1167r.dts ramips: mt7621: convert I-O DATA devices EEPROM to NVMEM format 2024-01-17 01:14:49 +01:00
mt7621_iodata_wn-dx1200gr.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iodata_wn-dx2033gr.dts ramips: mt7621: convert I-O DATA devices EEPROM to NVMEM format 2024-01-17 01:14:49 +01:00
mt7621_iodata_wn-gx300gr.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iodata_wn-xx-xr.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iodata_wnpr2600g.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iptime_a6ns-m.dts ramips: add support for ipTIME A6004NS-M 2022-01-15 20:43:14 +09:00
mt7621_iptime_a3002mesh.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iptime_a3004ns-dual.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iptime_a3004t.dts ramips: fix MAC address for some devices 2024-06-15 22:54:52 +02:00
mt7621_iptime_a6004ns-m.dts ramips: add support for ipTIME A6004NS-M 2022-01-15 20:43:14 +09:00
mt7621_iptime_a6004ns-m.dtsi ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_iptime_a8004t.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iptime_ax2004m.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_iptime_t5004.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_jcg_jhr-ac876m.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_jcg_q20.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_jcg_y2.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_jdcloud_re-cp-02.dts linux: replace u-boot,env with nvmem,layout 2024-12-27 13:34:58 +01:00
mt7621_keenetic_kn-1910.dts ramips: mt7621: add support for Keenetic Viva (KN-1910) 2025-01-13 23:44:01 +01:00
mt7621_keenetic_kn-3010.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_keenetic_kn-3510.dts ramips: add support for Keenetic KN-3510 2024-07-21 20:54:31 +02:00
mt7621_lenovo_newifi-d1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_linksys_e5600.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_linksys_e7350.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_linksys_ea7xxx.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_linksys_ea6350-v4.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_linksys_ea7300-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_linksys_ea7300-v2.dts ramips: mt7621: convert Linksys devices EEPROM to NVMEM format 2024-01-17 01:14:50 +01:00
mt7621_linksys_ea7500-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_linksys_ea8100-v1.dts ramips: add support for Linksys EA8100 v1 2021-06-05 23:39:14 +02:00
mt7621_linksys_ea8100-v2.dts ramips: add support for Linksys EA8100 v2 2021-07-11 16:58:12 +02:00
mt7621_linksys_re6500.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_linksys_re7000.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_mediatek_ap-mt7621a-v60.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_mediatek_mt7621-eval-board.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_meig_slt866.dts treewide: gpio to gpios 2024-06-17 12:57:06 +02:00
mt7621_mercusys_mr70x-v1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_mikrotik.dtsi ramips: use nvmem to get mikrotik mac 2024-10-12 22:26:56 +02:00
mt7621_mikrotik_ltap-2hnd.dts ramips: use nvmem to get mikrotik mac 2024-10-12 22:26:56 +02:00
mt7621_mikrotik_routerboard-7xx.dtsi ramips: mt7621: add missing regulator-boot-on 2024-11-09 17:31:59 +01:00
mt7621_mikrotik_routerboard-750gr3.dts ramips: use nvmem to get mikrotik mac 2024-10-12 22:26:56 +02:00
mt7621_mikrotik_routerboard-760igs.dts ramips: mt7621: mikrotik rb760igs: Include "hEX S" in model name 2024-10-19 23:05:31 +02:00
mt7621_mikrotik_routerboard-m11g.dts ramips: use nvmem to get mikrotik mac 2024-10-12 22:26:56 +02:00
mt7621_mikrotik_routerboard-m33g.dts ramips: use nvmem to get mikrotik mac 2024-10-12 22:26:56 +02:00
mt7621_mqmaker_witi.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_mtc_wr1201.dts ramips: fix PCIe reset pins for MTC WR1201 2024-07-29 01:09:24 +02:00
mt7621_mts_wg430223.dts ramips: add support for MTS WG430223 2022-06-13 15:26:23 +08:00
mt7621_netgear_eax12.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_netgear_ex6150.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_netgear_r6220.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_netgear_r6260.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6350.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6700-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6800.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6850.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6900-v2.dts ramips: add support for Netgear R6900v2 2021-09-26 15:15:36 +02:00
mt7621_netgear_r7200.dts ramips: make Netgear R7200 a separate device from R6700v2 2021-09-26 15:15:30 +02:00
mt7621_netgear_r7450.dts ramips: add support for Netgear R7450 2021-09-26 15:38:01 +02:00
mt7621_netgear_sercomm_ayx.dtsi treewide: gpio to gpios 2024-06-17 12:57:06 +02:00
mt7621_netgear_sercomm_bzv.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_netgear_sercomm_chj.dtsi treewide: gpio to gpios 2024-06-17 12:57:06 +02:00
mt7621_netgear_wac104.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_netgear_wac124.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_wax202.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_netgear_wax214v2.dts ramips: add support for Netgear WAX214v2 2024-07-21 20:05:14 +02:00
mt7621_netgear_wndr3700-v5.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_netis_n6.dts ramips: add support for netis N6 2024-09-19 23:11:58 +02:00
mt7621_netis_wf2881.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_openfi_5pro.dts ramips: fix wrong dts files permissions 2024-09-19 23:11:58 +02:00
mt7621_oraybox_x3a.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_phicomm_k2p.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_planex_vr500.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_raisecom_msg1500-x-00.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_renkforce_ws-wn530hp3-a.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_rostelecom_rt-fe-1a.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_rostelecom_rt-sf-1.dts ramips: fix wrong eeprom data for sercomm dxx devices 2024-06-14 14:41:30 +02:00
mt7621_ruijie_rg-ew1200g-pro-v1.1.dts ramips: Add support for Ruijie RG-EW1200G PRO v1.1 2024-09-22 18:59:54 +02:00
mt7621_samknows_whitebox-v8.dts ramips: samknows whitebox v8: set wifi frequency 2024-05-25 20:20:30 +02:00
mt7621_sercomm_dxx_nand_256m.dtsi ramips: fix random LAN MAC for sercomm dxx devices 2024-06-14 14:43:07 +02:00
mt7621_sercomm_na502.dts ramips: Fix WiFi on Sercomm NA502 and NA502s 2024-10-29 21:25:04 +01:00
mt7621_sercomm_na502s.dts ramips: Fix WiFi on Sercomm NA502 and NA502s 2024-10-29 21:25:04 +01:00
mt7621_sercomm_s1500.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_sim_simax1800t.dts ramips: add support for SIM SIMAX1800T and Haier HAR-20S2U1 2022-11-05 22:38:01 +01:00
mt7621_snr_snr-cpe-me1.dts treewide: gpio to gpios 2024-06-17 12:57:06 +02:00
mt7621_snr_snr-cpe-me2-lite.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_snr_snr-cpe-me2-sfp.dts treewide: gpio to gpios 2024-06-17 12:57:06 +02:00
mt7621_storylink_sap-g3200u3.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_telco-electronics_x1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_tenbay_t-mb5eu-v01.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_thunder_timecloud.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_totolink_a7000r.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_totolink_x5000r.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_tozed_zlt-s12-pro.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_tplink_archer-a6-v3.dts ramips: add support for TP-Link Archer C6 v3 2021-06-13 11:32:31 +02:00
mt7621_tplink_archer-ax23-v1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_tplink_archer-c6-v3.dts ramips: add support for TP-Link Archer C6 v3 2021-06-13 11:32:31 +02:00
mt7621_tplink_archer-c6u-v1.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_tplink_archer-x6-v3.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_tplink_deco-m4r-v4.dts ramips: m4r v4: fix typo 2024-10-31 10:45:11 +01:00
mt7621_tplink_eap235-wall-v1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_tplink_eap613-v1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_tplink_eap615-wall-v1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_tplink_ec330-g5u-v1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_tplink_er605-v2.dts ramips: ER605v2 fix LED function definition 2024-10-06 18:58:47 +02:00
mt7621_tplink_ex220-v1.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_tplink_mr600-v2-eu.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_tplink_re350-v1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_tplink_re500-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_tplink_re650-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_tplink_re650-v2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_tplink_rexx0-v1.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_tplink_tl-wpa8631p-v3.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_ubnt_edgerouter-x-sfp.dts ramips: mt7621: support openwrt,netdev-name for renaming interfaces 2024-11-25 16:41:30 +01:00
mt7621_ubnt_edgerouter-x.dts ramips: mt7621: support openwrt,netdev-name for renaming interfaces 2024-11-25 16:41:30 +01:00
mt7621_ubnt_edgerouter-x.dtsi ramips: mt7621: support openwrt,netdev-name for renaming interfaces 2024-11-25 16:41:30 +01:00
mt7621_ubnt_unifi-6-lite.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_ubnt_unifi-flexhd.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_ubnt_unifi-nanohd.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_ubnt_unifi.dtsi ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
mt7621_ubnt_usw-flex.dts ramips: restore full switch performance for USW-Flex 2025-01-27 10:36:48 +01:00
mt7621_unielec_u7621-01-16m.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_unielec_u7621-01.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_unielec_u7621-06-16m.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_unielec_u7621-06-32m.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_unielec_u7621-06-64m.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_unielec_u7621-06.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_wavlink_wl-wn53xax.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_wavlink_wl-wn531a6.dts ramips: create shared DTSI for Wavlink WN53XAX devices 2022-04-30 23:56:47 +02:00
mt7621_wavlink_wl-wn533a8.dts ramips: mt7621: convert Wavlink devices EEPROM to NVMEM format 2024-01-17 01:14:50 +01:00
mt7621_wavlink_wl-wn573hx1.dts ramips: mt7621-dts: remove incorrect ethphy4 node for WAVLINK WL-WN573HX1 2024-05-01 13:50:54 +01:00
mt7621_wavlink_ws-wn572hp3-4g.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_wevo_11acnas.dts ramips: w2914ns-v2: consolidate leds nodes into dtsi 2021-08-30 00:37:47 +02:00
mt7621_wevo_w2914ns-v2.dts ramips: w2914ns-v2: consolidate leds nodes into dtsi 2021-08-30 00:37:47 +02:00
mt7621_wevo_w2914ns-v2.dtsi ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_wifire_s1500-nbn.dts ramips: update leds & buttons dts description 2024-01-07 01:41:22 +01:00
mt7621_winstars_ws-wn536p3.dts ramips: fix wrong dts files permissions 2024-09-19 23:11:58 +02:00
mt7621_winstars_ws-wn583a6.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_wodesys_wd-r1802u.dts ramips: mt7621: add support for Wodesys WD-R1802U 2024-07-28 20:21:08 +02:00
mt7621_xiaomi_mi-router-3-pro.dts treewide: gpio to gpios 2024-06-17 12:57:06 +02:00
mt7621_xiaomi_mi-router-3g-v2.dts ramips: use full names for Xiaomi Mi Router devices 2020-12-08 17:18:57 +01:00
mt7621_xiaomi_mi-router-3g.dts treewide: gpio to gpios 2024-06-17 12:57:06 +02:00
mt7621_xiaomi_mi-router-4.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_xiaomi_mi-router-4a-3g-v2.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_xiaomi_mi-router-4a-common.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_xiaomi_mi-router-4a-gigabit-v2.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7621_xiaomi_mi-router-4a-gigabit.dts ramips: add Xiaomi Mi Router 4A Gigabit explicitly 2020-11-12 17:18:26 +01:00
mt7621_xiaomi_mi-router-ac2100.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7621_xiaomi_mi-router-cr660x.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_xiaomi_mi-router-cr6606.dts ramips: add support for Xiaomi Mi Router CR660x series 2022-02-07 00:03:27 +01:00
mt7621_xiaomi_mi-router-cr6608.dts ramips: add support for Xiaomi Mi Router CR660x series 2022-02-07 00:03:27 +01:00
mt7621_xiaomi_mi-router-cr6609.dts ramips: add support for Xiaomi Mi Router CR660x series 2022-02-07 00:03:27 +01:00
mt7621_xiaomi_nand_128m.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_xiaomi_redmi-router-ac2100.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7621_xiaomi_router-ac2100.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_xiaoyu_xy-c5.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_xzwifi_creativebox-v1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_youhua_wr1200js.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_youku_yk-l2.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_yuncore_ax820.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_yuncore_fap640.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_yuncore_fap690.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7621_yuncore_g720.dts ramips: yuncore_g720: fix buttons 2024-06-25 20:42:54 +01:00
mt7621_z-router_zr-2660.dts ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_zbtlink_zbt-we1326.dts ramips: create shared dtsi for ZBT WE1326 and WE3526 2024-07-29 01:09:24 +02:00
mt7621_zbtlink_zbt-we3526.dts ramips: create shared dtsi for ZBT WE1326 and WE3526 2024-07-29 01:09:24 +02:00
mt7621_zbtlink_zbt-wexx26.dtsi ramips: create shared dtsi for ZBT WE1326 and WE3526 2024-07-29 01:09:24 +02:00
mt7621_zbtlink_zbt-wg1602-16m.dts ramips: add support for Zbtlink ZBT-WG1602 2021-12-05 18:49:14 +01:00
mt7621_zbtlink_zbt-wg1602-v04-16m.dts ramips: add support for Zbtlink ZBT-WG1602-V04 2022-11-05 21:12:25 +01:00
mt7621_zbtlink_zbt-wg1602-v04-32m.dts ramips: add support for Zbtlink ZBT-WG1602-V04 2022-11-05 21:12:25 +01:00
mt7621_zbtlink_zbt-wg1602-v04.dtsi ramips: mt7621: convert usb power to regulators 2024-11-03 20:08:17 +01:00
mt7621_zbtlink_zbt-wg1602.dtsi ramips: mt7621: convert usb power to regulators 2024-11-03 20:08:17 +01:00
mt7621_zbtlink_zbt-wg1608-16m.dts ramips: mt7621: add support for Zbtlink ZBT-WG1608 2022-03-09 15:38:32 +09:00
mt7621_zbtlink_zbt-wg1608-32m.dts ramips: mt7621: add support for Zbtlink ZBT-WG1608 (32M) 2023-06-20 21:48:23 +08:00
mt7621_zbtlink_zbt-wg1608.dtsi ramips: mt7621-dts: describe switch PHYs and adjust PHY muxing 2024-05-01 13:50:54 +01:00
mt7621_zbtlink_zbt-wg2626.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_zbtlink_zbt-wg3526-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_zbtlink_zbt-wg3526-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-01-15 17:12:12 +01:00
mt7621_zbtlink_zbt-wg3526.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_zio_freezio.dts ramips: w2914ns-v2: consolidate leds nodes into dtsi 2021-08-30 00:37:47 +02:00
mt7621_zyxel_lte3301-plus.dts ramips: mt7621: add missing regulator-boot-on 2024-11-09 17:31:59 +01:00
mt7621_zyxel_lte5398-m904.dts ramips: mt7621: fix typo 2024-11-11 21:28:32 +01:00
mt7621_zyxel_nr7101.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
mt7621_zyxel_nwa-ax.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7621_zyxel_nwa50ax.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
mt7621_zyxel_nwa55axe.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
mt7621_zyxel_wap6805.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
mt7621_zyxel_wsm20.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
mt7628an.dtsi ramips: mt762{0,8}: reduce default MMC clock to 24 MHz 2024-12-26 15:23:49 +01:00
mt7628an_7links_wlr-12xx.dtsi ramips: add support for 7Links WLR-1230 2024-06-11 00:09:06 +02:00
mt7628an_7links_wlr-1230.dts ramips: add support for 7Links WLR-1230 2024-06-11 00:09:06 +02:00
mt7628an_7links_wlr-1240.dts ramips: add support for 7Links WLR-1240 2024-06-11 00:09:06 +02:00
mt7628an_alfa-network_awusfree1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_asus_rt-ac1200-v2.dts ramips: convert mt76 PCIe NIC EEPROM to NVMEM format for legacy SoCs 2023-10-17 12:07:27 +02:00
mt7628an_asus_rt-ac1200.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_asus_rt-ac1200.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_asus_rt-n1x.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_asus_rt-n10p-v3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_asus_rt-n11p-b1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_asus_rt-n12-vp-b1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_buffalo_wcr-1166ds.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_comfast_cf-wr617ac.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_comfast_cf-wr758ac-v1.dts ramips: correct vendor name for COMFAST/Joowin 2022-01-22 01:17:04 +01:00
mt7628an_comfast_cf-wr758ac-v2.dts ramips: convert mt76 PCIe NIC EEPROM to NVMEM format for legacy SoCs 2023-10-17 12:07:27 +02:00
mt7628an_comfast_cf-wr758ac.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_cudy_tr1200-v1.dts ramips: mt76x8: sync Cudy TR1200 v1 naming 2024-06-10 10:13:56 +02:00
mt7628an_cudy_wr1000.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_d-team_pbr-d1.dts ramips: mtk-mmc: use "cd-inverted" to set CD line polarity 2024-07-11 18:57:41 +02:00
mt7628an_dlink_dap-1325-a1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_duzun_dm06.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7628an_elecom_wrc-1167fs.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_glinet_gl-mt300n-v2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_glinet_microuter-n300.dts ramips: fix indent in DTS for GL.iNet VIXMINI/microuter-N300 2021-08-20 18:10:48 +02:00
mt7628an_glinet_vixmini.dts ramips: fix indent in DTS for GL.iNet VIXMINI/microuter-N300 2021-08-20 18:10:48 +02:00
mt7628an_glinet_vixmini_microuter.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_hak5_wifi-pineapple-mk7.dts ramips: make SoC dtsi compatible with upstream mmc-mtk driver 2024-07-11 18:57:41 +02:00
mt7628an_hilink_hlk-7628n.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_hilink_hlk-7688a.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_hiwifi_hc5x61a.dtsi ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7628an_hiwifi_hc5611.dts ramips: add support for HiWiFi HC5611 2022-12-04 15:21:12 +08:00
mt7628an_hiwifi_hc5661a.dts ramips: add back SDXC card reader support for HiWiFi HC5x61A 2025-01-04 14:47:53 +01:00
mt7628an_hiwifi_hc5761a.dts ramips: add back SDXC card reader support for HiWiFi HC5x61A 2025-01-04 14:47:53 +01:00
mt7628an_hiwifi_hc5861b.dts ramips: convert mt76 PCIe NIC EEPROM to NVMEM format for legacy SoCs 2023-10-17 12:07:27 +02:00
mt7628an_iptime.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_iptime_a3.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_iptime_a604m.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_jotale_js76x8-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7628an_jotale_js76x8-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7628an_jotale_js76x8-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-01-15 17:12:12 +01:00
mt7628an_jotale_js76x8.dtsi ramips: mtk-mmc: use "cd-inverted" to set CD line polarity 2024-07-11 18:57:41 +02:00
mt7628an_keenetic_kn-1613.dts ramips: mt76x8: fixs for Keenetic Air (KN-1613) and Extra (KN-1713) 2025-01-12 17:46:23 +01:00
mt7628an_keenetic_kn-1711.dts ramips: fixes for Keenetic KN-1613,1711,1713,1910 2025-02-16 22:37:27 +01:00
mt7628an_keenetic_kn-1713.dts ramips: fixes for Keenetic KN-1613,1711,1713,1910 2025-02-16 22:37:27 +01:00
mt7628an_keenetic_kn-3211.dts ramips: mt76x8: add support for Keenetic KN-3211 2024-12-05 23:09:43 +01:00
mt7628an_kroks.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_kroks_kndrt31r16.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_kroks_kndrt31r19.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_linksys_e5400.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_mediatek_linkit-smart-7688.dts ramips: fix SDXC function for mt76x8 one eth port devices 2025-01-04 14:47:53 +01:00
mt7628an_mediatek_mt7628an-eval-board.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_mercury_mac1200r-v2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_minew_g1-c.dts ramips: mt76x8: convert Minew G1-C to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
mt7628an_motorola_mwr03.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7628an_netgear_r6xxx.dtsi ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7628an_netgear_r6020.dts ramips: netgear_r6xxx: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_netgear_r6080.dts ramips: netgear_r6xxx: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_netgear_r6120.dts treewide: gpio to gpios 2024-06-17 12:57:06 +02:00
mt7628an_onion_omega2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_onion_omega2.dtsi ramips: fix SDXC function for mt76x8 one eth port devices 2025-01-04 14:47:53 +01:00
mt7628an_onion_omega2p.dts ramips: fix reboot for remaining 32 MB boards 2022-01-15 17:12:12 +01:00
mt7628an_oraybox_x1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_rakwireless_rak633.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_ravpower_rp-wd009.dts ramips: fix SDXC function for mt76x8 one eth port devices 2025-01-04 14:47:53 +01:00
mt7628an_skylab_skw92a.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_tama_w06.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_totolink_a3.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_totolink_lr1200.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_tplink_8m-split-uboot.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_tplink_8m.dtsi ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_archer-c20-v4.dts ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_archer-c20-v5.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_tplink_archer-c50-v3.dts ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_archer-c50-v4.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_tplink_archer-c50-v6.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_tplink_archer-mr200-v5.dts ramips: limit max spi clock frequency to 50 MHz 2024-07-10 12:20:35 +02:00
mt7628an_tplink_archer-mr200-v6.dts ramips: Add support for TP-Link Archer MR200 v6 2025-01-11 22:21:21 +01:00
mt7628an_tplink_re200-v2.dts ramips: fix TP-Link RE200 v3/v4 LEDs 2022-11-07 12:33:42 +01:00
mt7628an_tplink_re200-v3.dts ramips: fix TP-Link RE200 v3/v4 LEDs 2022-11-07 12:33:42 +01:00
mt7628an_tplink_re200-v4.dts ramips: fix TP-Link RE200 v3/v4 LEDs 2022-11-07 12:33:42 +01:00
mt7628an_tplink_re200.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_tplink_re205-v3.dts ramips: add support for TP-Link RE205 v3 2024-03-23 23:38:33 +01:00
mt7628an_tplink_re220-v2.dts ramips: fix TP-Link RE200 v3/v4 LEDs 2022-11-07 12:33:42 +01:00
mt7628an_tplink_re305-v1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_tplink_re305-v3.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_tplink_re305.dtsi ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_tplink_re365-v1.dts ramips: mt76x8: add support for TP-Link RE365 v1 2024-01-10 20:56:06 +01:00
mt7628an_tplink_tl-mr3020-v3.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_tplink_tl-mr3420-v5.dts ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_tl-mr6400-v4.dts ramips: Fix use mac-base for TP-Link TL-MR6400 v4 and v5 2024-05-16 13:11:08 +03:00
mt7628an_tplink_tl-mr6400-v5.dts ramips: Fix use mac-base for TP-Link TL-MR6400 v4 and v5 2024-05-16 13:11:08 +03:00
mt7628an_tplink_tl-wa801nd-v5.dts ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_tl-wr802n-v4.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_tplink_tl-wr840n-v4.dts ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_tl-wr840n-v5.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_tplink_tl-wr841n-v13.dts ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_tl-wr841n-v14.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_tplink_tl-wr842n-v5.dts ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_tl-wr850n-v2.dts ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_tl-wr902ac-v3.dts ramips: tplink_8m: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_tplink_tl-wr902ac-v4.dts ramips: fix 2.4G wmac eeprom offset for TL-WR902AC v4 2024-12-14 20:32:53 +01:00
mt7628an_unielec_u7628-01-16m.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_unielec_u7628-01.dtsi ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_vocore_vocore2-lite.dts ramips: fix dts error in LED color/function conversion 2024-02-08 00:01:22 +01:00
mt7628an_vocore_vocore2.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
mt7628an_vocore_vocore2.dtsi ramips: fix SDXC function for mt76x8 one eth port devices 2025-01-04 14:47:53 +01:00
mt7628an_wavlink_wl-wn531a3.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_wavlink_wl-wn570ha1.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_wavlink_wl-wn575a3.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_wavlink_wl-wn576a2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_wavlink_wl-wn577a2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_wavlink_wl-wn578a2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_widora_neo-16m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
mt7628an_widora_neo-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-01-15 17:12:12 +01:00
mt7628an_widora_neo.dtsi ramips: mtk-mmc: use "cd-inverted" to set CD line polarity 2024-07-11 18:57:41 +02:00
mt7628an_wiznet_wizfi630s.dts ramips: mtk-mmc: use "cd-inverted" to set CD line polarity 2024-07-11 18:57:41 +02:00
mt7628an_wrtnode_wrtnode2.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_wrtnode_wrtnode2p.dts ramips: fix dts error in LED color/function conversion 2024-02-08 00:01:22 +01:00
mt7628an_wrtnode_wrtnode2r.dts ramips: fix dts error in LED color/function conversion 2024-02-08 00:01:22 +01:00
mt7628an_xiaomi_mi-ra75.dts ramips: xiaomi,mi-ra75: cleaning up nvmem-cells definitions 2024-06-16 21:24:11 +02:00
mt7628an_xiaomi_mi-router-4.dtsi ramips: fix MAC address for some devices 2024-06-15 22:54:52 +02:00
mt7628an_xiaomi_mi-router-4a-100m-intl-v2.dts ramips: add support for Xiaomi R4AC v2 (intl) 2024-08-13 00:48:06 +02:00
mt7628an_xiaomi_mi-router-4a-100m-intl.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_xiaomi_mi-router-4a-100m.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_xiaomi_mi-router-4c.dts ramips: convert to new LED color/function format where possible 2024-02-07 14:48:43 +01:00
mt7628an_xiaomi_miwifi-3c.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_xiaomi_miwifi-nano.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_yuncore_cpe200.dts ramips: mt76x8: add missing model string to Yuncore CPE200 2024-09-11 00:17:05 +02:00
mt7628an_yuncore_m300.dts ramips: mt76x8: add missing model string to Yuncore M300 2024-09-11 00:17:05 +02:00
mt7628an_zbtlink_zbt-we1226.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
mt7628an_zbtlink_zbt-we2426-b.dts ramips: mt76x8: Add support for Zbtlink ZBT-WE2426-B 2024-11-23 17:41:39 +01:00
mt7628an_zyxel_keenetic-extra-ii.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
rt2880.dtsi ramips: dts: add the missing interrupt properties for GPIO nodes 2024-10-25 13:56:14 +02:00
rt2880_airlink101_ar670w.dts ramips: rt2880: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt2880_airlink101_ar725w.dts ramips: rt2880: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt2880_asus_rt-n15.dts ramips: rt2880: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt2880_belkin_f5d8235-v1.dts ramips: rt2880: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt2880_buffalo_wli-tx4-ag300n.dts ramips: rt2880: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt2880_buffalo_wzr-agl300nh.dts ramips: rt2880: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt2880_dlink_dap-1522-a1.dts ramips: rt2880: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt2880_ralink_v11st-fe.dts ramips: rt2880: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050.dtsi ramips: rt3050: fix wrong compatible 2024-12-22 11:35:23 +01:00
rt3050_8devices_carambola.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3050_allnet_all0256n-4m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt3050_allnet_all0256n-8m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt3050_allnet_all0256n.dtsi ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_alphanetworks_asl26555-8m.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3050_alphanetworks_asl26555-16m.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3050_alphanetworks_asl26555.dtsi ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_arcwireless_freestation5.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3050_asus_rt-g32-b1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_asus_rt-n10-plus.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_asus_wl-330n.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_asus_wl-330n3g.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_dlink_dcs-930.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_dlink_dir-300-b1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_dlink_dir-600-b1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_dlink_dir-615-d.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_dlink_dir-620-a1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_edimax_3g-6200n.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_edimax_3g-6200nl.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_huawei_d105.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_jcg_jhr-n805r.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_netcore_nw718.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_sparklan_wcr-150gn.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_teltonika_rut5xx.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_tenda_w150m.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3050_trendnet_tew-638apb-v2.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_accton_wr6202.dts ramips: use regulator for USB 2025-03-10 10:42:13 +01:00
rt3052_alfa-network_w502u.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_argus_atp-52b.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_asiarf_awapn2403.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_asus_rt-n13u.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_aximcom_mr-102n.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_aztech_hw550-3g.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_belkin_f5d8235-v2.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3052_buffalo_whr-g300n.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_dlink_dap-1350.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_engenius_esr-9753.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_fon_fonera-20n.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_hauppauge_broadway.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_huawei_hg255d.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_jcg_jhr-n825r.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_jcg_jhr-n926r.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_mofinetwork_mofi3500-3gn.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_netgear_wnce2001.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_nexaira_bc2.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_omnima_miniembwifi.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_petatel_psr-680w.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_planex_mzk-w300nh2.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_planex_mzk-wdpr.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3052_poray_ip2202.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_prolink_pwh2004.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_ralink_v22rw-2x2.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_sitecom_wl-351.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_skyline_sl-r7205.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_tenda_3g300m.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_tenda_w306r-v2.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_unbranded_wr512-3gn-4m.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3052_unbranded_wr512-3gn-8m.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3052_unbranded_wr512-3gn.dtsi ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_unbranded_xdx-rn502j.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_upvel_ur-326n4g.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_upvel_ur-336un.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_zyxel_keenetic.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3052_zyxel_nbg-419n.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3352.dtsi ramips: dts: add the missing interrupt properties for GPIO nodes 2024-10-25 13:56:14 +02:00
rt3352_allnet_all5002.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3352_dlink_dir-615-h1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3352_dlink_dir-620-d1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3352_zte_mf283plus.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3352_zyxel_nbg-419n-v2.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3662_asus_rt-n56u.dts ramips: rt3883: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3662_dlink_dir-645.dts ramips: rt3883: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3662_edimax_br-6475nd.dts ramips: rt3883: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3662_engenius_esr600h.dts ramips: rt3883: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3662_loewe_wmdr-143n.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt3662_omnima_hpm.dts ramips: rt3883: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3662_samsung_cy-swr1100.dts kernel: rtl8367: use realtek,extif property 2024-08-06 00:34:14 +02:00
rt3883.dtsi ramips: fix xtal clock registration issue on RT3883 2025-02-02 20:22:25 +01:00
rt3883_belkin_f9k1109v1.dts ramips: rt3883: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3883_sitecom_wlr-6000.dts ramips: rt3883: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3883_trendnet_tew-691gr.dts ramips: rt3883: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt3883_trendnet_tew-692gr.dts ramips: rt3883: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350.dtsi ramips: dts: add the missing interrupt properties for GPIO nodes 2024-10-25 13:56:14 +02:00
rt5350_7links_px-4885-4m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_7links_px-4885-8m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_7links_px-4885.dtsi ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_airlive_air3gii.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_allnet_all5003.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt5350_asiarf_awm002-evb-4m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_asiarf_awm002-evb-8m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_asiarf_awm002-evb.dtsi ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_belkin_f7c027.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_dlink_dcs-930l-b1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_dlink_dir-300-b7.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_dlink_dir-320-b1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_dlink_dir-610-a1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_dlink_dwr-512-b.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_easyacc_wizard-8800.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt5350_hame_mpr-a1.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_hame_mpr-a2.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_hilink_hlk-rm04.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_hootoo_ht-tm02.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_intenso_memory2move.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_nexx_wt1520-4m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_nexx_wt1520-8m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_nexx_wt1520.dtsi ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_nixcore_x1-8m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_nixcore_x1-16m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_nixcore_x1.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt5350_olimex_rt5350f-olinuxino-evb.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_olimex_rt5350f-olinuxino.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_olimex_rt5350f-olinuxino.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt5350_omnima_miniembplug.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_planex_mzk-dp150n.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_poray_m3.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_poray_m4-4m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_poray_m4-8m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_poray_m4.dtsi ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_poray_x5.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_poray_x8.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_tenda_3g150b.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_trendnet_tew-714tru.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_unbranded_a5-v11.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_vocore_vocore-8m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_vocore_vocore-16m.dts ramips: convert most mtd-mac-address cases in DTSI to nvmem 2021-08-18 23:46:02 +02:00
rt5350_vocore_vocore.dtsi ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt5350_wansview_ncs601w.dts ramips: clean up useless dts partition labels 2024-02-21 13:31:18 +01:00
rt5350_wiznet_wizfi630a.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_zorlik_zl5900v2.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00
rt5350_zyxel_keenetic-4g-b.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
rt5350_zyxel_keenetic-lite-b.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
rt5350_zyxel_keenetic-start.dts ramips: rt305x: convert devices to interrupt-driven gpio-keys 2024-10-25 13:56:14 +02:00