Newer
Older
barebox / include / phy-id-list.h
@Andrey Smirnov Andrey Smirnov on 30 Jul 2017 188 bytes include: Add phy-id-list.h
/*
 * List of all Etherenet PHY IDs that is not found in any .h files in
 * include/linux
 */


#ifndef __PHY_ID_LIST__
#define __PHY_ID_LIST__

#define PHY_ID_BCM54220 0x600d8589

#endif