forked from raspberrypi/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Device Tree port
lp0 edited this page May 14, 2012
·
68 revisions
- irq handler
- mmio clocksource
- mmio clockevent (system timer)
- sp804 (to detect and disable it)
- uart0 (pl011)
- watchdog
- clk/clkdev (not dt)
- bcm-mbox (aka vcio)
- fb
- video logo
- lp0/rpi01-mach (rebased continuously)
- lp0/rpi02-plat (rebased continuously)
- lp0/rpi-linear
- lp0/rpi-next (?)
- kexec (preferably before my SD card slots break)
- system_serial/system_rev (add dt support)
- clk/clkdev (when it gains dt support)
- gpio
- gpio irq
- ok-led (needs gpio)
- dma
- power (including clk support?)
- usb (needs power, hack in the current dwc_otg code until a proper driver is merged)
- ethernet mac address (tricky, some way to absolutely identify that the usb device is the board's and not from somewhere else on the bus might help)
- mmc/emmc (aka sdhci, needs dma, power)
- pinmux (needed by everything that uses a configurable pin)
- spi
- spi irq
- spi dma
- i2c
- i2c irq
- i2c dma
- audio
- pwm
- vc-mem
- vchiq (aka vc04/vcos)