dmaengine: imx-sdma: Let the core do the device node validation
[linux/fpc-iii.git] / drivers / net / wireless / mediatek / mt76 / mt7615 / eeprom.h
bloba4cf166881717e6da5ffac969d4079acf849a7d7
1 /* SPDX-License-Identifier: ISC */
2 /* Copyright (C) 2019 MediaTek Inc. */
4 #ifndef __MT7615_EEPROM_H
5 #define __MT7615_EEPROM_H
7 #include "mt7615.h"
9 enum mt7615_eeprom_field {
10 MT_EE_CHIP_ID = 0x000,
11 MT_EE_VERSION = 0x002,
12 MT_EE_MAC_ADDR = 0x004,
13 MT_EE_NIC_CONF_0 = 0x034,
15 __MT_EE_MAX = 0x3bf
18 #endif