summaryrefslogtreecommitdiffstats
path: root/include/phy-id-list.h
blob: f770c775b8fee75a3e0666d38d8004545a1df326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * 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