Xotic750

Untitled

Apr 26th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. static struct board_info __initdata board_EVG2000 = {
  2. .name = "96369PVG",
  3. .expected_cpu_id = 0x6368,
  4.  
  5. .has_uart0 = 1,
  6. .has_pci = 1,
  7. .has_ohci0 = 1,
  8. .has_ehci0 = 1,
  9. .num_usbh_ports = 2,
  10.  
  11. .has_enetsw = 1,
  12. .enetsw = {
  13. .used_ports = {
  14. [0] = {
  15. .used = 1,
  16. .phy_id = 1,
  17. .name = "port1",
  18. },
  19.  
  20. [1] = {
  21. .used = 1,
  22. .phy_id = 2,
  23. .name = "port2",
  24. },
  25.  
  26. [2] = {
  27. .used = 1,
  28. .phy_id = 3,
  29. .name = "port3",
  30. },
  31.  
  32. [3] = {
  33. .used = 1,
  34. .phy_id = 4,
  35. .name = "port4",
  36. },
  37. },
  38. },
  39. .use_fallback_sprom = 1,
  40. .fallback_sprom = {
  41. .type = SPROM_BCM43222,
  42. .pci_bus = 0,
  43. .pci_dev = 1,
  44. },
  45. };
Add Comment
Please, Sign In to add comment