board: at91sam9261ek: Update to support DT and DM
Add the dts files to support deivce tree, update the configuration files to support the device tree and driver model. The peripheral clock and pins configuration are handled by the clock and the pinctrl drivers respectively. Enable the early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by:Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/arm/dts/Makefile 2 additions, 0 deletionsarch/arm/dts/Makefile
- arch/arm/dts/at91sam9261.dtsi 84 additions, 67 deletionsarch/arm/dts/at91sam9261.dtsi
- arch/arm/dts/at91sam9261ek.dts 211 additions, 0 deletionsarch/arm/dts/at91sam9261ek.dts
- arch/arm/mach-at91/Kconfig 1 addition, 0 deletionsarch/arm/mach-at91/Kconfig
- board/atmel/at91sam9261ek/Makefile 1 addition, 1 deletionboard/atmel/at91sam9261ek/Makefile
- board/atmel/at91sam9261ek/at91sam9261ek.c 18 additions, 4 deletionsboard/atmel/at91sam9261ek/at91sam9261ek.c
- configs/at91sam9261ek_dataflash_cs0_defconfig 26 additions, 2 deletionsconfigs/at91sam9261ek_dataflash_cs0_defconfig
- configs/at91sam9261ek_dataflash_cs3_defconfig 26 additions, 2 deletionsconfigs/at91sam9261ek_dataflash_cs3_defconfig
- configs/at91sam9261ek_nandflash_defconfig 25 additions, 1 deletionconfigs/at91sam9261ek_nandflash_defconfig
- configs/at91sam9g10ek_dataflash_cs0_defconfig 26 additions, 2 deletionsconfigs/at91sam9g10ek_dataflash_cs0_defconfig
- configs/at91sam9g10ek_dataflash_cs3_defconfig 26 additions, 2 deletionsconfigs/at91sam9g10ek_dataflash_cs3_defconfig
- configs/at91sam9g10ek_nandflash_defconfig 25 additions, 1 deletionconfigs/at91sam9g10ek_nandflash_defconfig
- include/configs/at91sam9261ek.h 12 additions, 34 deletionsinclude/configs/at91sam9261ek.h
Loading
Please register or sign in to comment