blob: 4d05dc715024e6f705260a212872fa1d336fc22b [file] [log] [blame]
Stefan Reinauer1abeef62014-01-07 09:53:06 -08001#ifndef __MAINBOARD_ONBOARD_H
2#define __MAINBOARD_ONBOARD_H
3
Mohammed Habibulla05497d02013-10-24 16:44:06 -07004/* defines for programming the MAC address */
5#define PANTHER_NIC_VENDOR_ID 0x10EC
6#define PANTHER_NIC_DEVICE_ID 0x8168
7
8/* 0x00: White LINK LED and Amber ACTIVE LED */
9#define PANTHER_NIC_LED_MODE 0x00
10
Stefan Reinauer1abeef62014-01-07 09:53:06 -080011/* NIC wake is GPIO 8 */
12#define PANTHER_NIC_WAKE_GPIO 8
13
14/* WLAN wake is GPIO 10 */
15#define PANTHER_WLAN_WAKE_GPIO 10
16
Matt DeVillierae141dd2014-07-13 18:51:28 -050017#ifndef __ACPI__
18void lan_init(void);
Stefan Reinauer1abeef62014-01-07 09:53:06 -080019#endif
Matt DeVillierae141dd2014-07-13 18:51:28 -050020
21#endif /* __MAINBOARD_ONBOARD_H */