mt7621_iodata_wn-ax1167gr2.dts 549 B

123456789101112131415161718192021222324252627282930
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. #include "mt7621_iodata_wn-xx-xr.dtsi"
  3. / {
  4. compatible = "iodata,wn-ax1167gr2", "mediatek,mt7621-soc";
  5. model = "I-O DATA WN-AX1167GR2";
  6. };
  7. /* override EEPROM size to 0x4da8 for MT7615 */
  8. &eeprom_factory_0 {
  9. reg = <0x0 0x4da8>;
  10. };
  11. &partitions {
  12. partition@6b00000 {
  13. label = "Backup";
  14. reg = <0x6b00000 0x1480000>;
  15. read-only;
  16. };
  17. };
  18. &pcie1 {
  19. wifi@0,0 {
  20. compatible = "mediatek,mt76";
  21. reg = <0x0000 0 0 0 0>;
  22. nvmem-cells = <&eeprom_factory_0>;
  23. nvmem-cell-names = "eeprom";
  24. };
  25. };