Advertisement
Guest User

Untitled

a guest
Jan 1st, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # $FreeBSD: head/sys/arm/conf/AVILA.hints 239699 2012-08-26 01:21:02Z gjb $
  2.  
  3. #
  4. # Device wiring for the Gateworks Avila 2384.
  5. #
  6.  
  7. # DBGU is unit 0
  8. hint.uart.0.at="ixp0"
  9. hint.uart.0.addr=0xc8000000
  10. hint.uart.0.irq=15
  11. hint.uart.0.flags=0x10
  12. hint.uart.0.ier_rxbits=0x5d # NB: need UUE+RTOIE
  13. # USART0 is unit 1
  14. hint.uart.1.at="ixp0"
  15. hint.uart.1.addr=0xc8001000
  16. hint.uart.1.irq=13
  17. hint.uart.1.ier_rxbits=0x5d # NB: need UUE+RTOIE
  18.  
  19. # NPE Hardware Queue Manager
  20. hint.ixpqmgr.0.at="ixp0"
  21.  
  22. # NPE wired NICs, requires ixpqmgr
  23. hint.npe.0.at="ixp0"
  24. hint.npe.0.npeid="B"
  25. hint.npe.0.mac="B"
  26. hint.npe.0.mii="B"
  27. hint.npe.0.phy=2
  28. hint.npe.1.at="ixp0"
  29. hint.npe.1.npeid="C"
  30. hint.npe.1.mac="C"
  31. hint.npe.1.mii="B"
  32. hint.npe.1.phy=5
  33.  
  34. # FLASH
  35. hint.cfi.0.at="ixp0"
  36. hint.cfi.0.addr=0x50000000
  37.  
  38. # CF IDE controller
  39. hint.ata_avila.0.at="ixp0"
  40.  
  41. # Front Panel LED
  42. hint.led_avila.0.at="ixp0"
  43.  
  44. # GPIO pins
  45. hint.gpio_avila.0.at="ixp0"
  46.  
  47. # Analog Devices AD7418 temperature sensor
  48. hint.ad7418.0.at="iicbus0"
  49. hint.ad7418.0.addr=0x50
  50.  
  51. # Dallas Semiconductor DS1672 RTC
  52. hint.ds1672_rtc.0.at="iicbus0"
  53. hint.ds1672_rtc.0.addr=0xd0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement