Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- static struct board_info __initdata board_EVG2000 = {
- .name = "96369PVG",
- .expected_cpu_id = 0x6368,
- .has_uart0 = 1,
- .has_pci = 1,
- .has_ohci0 = 1,
- .has_ehci0 = 1,
- .num_usbh_ports = 2,
- .has_enetsw = 1,
- .enetsw = {
- .used_ports = {
- [0] = {
- .used = 1,
- .phy_id = 1,
- .name = "port1",
- },
- [1] = {
- .used = 1,
- .phy_id = 2,
- .name = "port2",
- },
- [2] = {
- .used = 1,
- .phy_id = 3,
- .name = "port3",
- },
- [3] = {
- .used = 1,
- .phy_id = 4,
- .name = "port4",
- },
- },
- },
- .use_fallback_sprom = 1,
- .fallback_sprom = {
- .type = SPROM_BCM43222,
- .pci_bus = 0,
- .pci_dev = 1,
- },
- };
Add Comment
Please, Sign In to add comment