forked from raspberrypi/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Device Tree port
lp0 edited this page May 13, 2012
·
68 revisions
Implemented:
- irq handler
- uart0 (pl011)
- watchdog
TODO:
- remove clock.c/clock.h?
- clkdev (when it gains dt support)
- gpio
- gpio irq
- ok-led (needs gpio)
- vcio
- fb (needs vcio)
- dma
- power
- usb (needs dma, power, hack in the current dwc_otg code until a proper driver is merged)
- ethernet mac address
- mmc/emmc (aka sdhci, needs dma, power)
- pinmux (needed by everything that uses a configurable pin)
- spi
- https://github.com/bootc/linux/commits/rpi-spi
- spi irq
- spi dma
- i2c
- i2c irq
- i2c dma
- audio
- pwm
- vc-mem
- vchiq (aka vc04/vcos)