
On 21 July 2017 at 00:30, Wenyou Yang wenyou.yang@microchip.com wrote:
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.
Signed-off-by: Wenyou Yang wenyou.yang@microchip.com
arch/arm/dts/at91sam9xe.dtsi | 60 ++++++++++++++++++++++++ arch/arm/dts/ethernut5.dts | 94 ++++++++++++++++++++++++++++++++++++++ board/egnite/ethernut5/ethernut5.c | 54 ---------------------- configs/ethernut5_defconfig | 16 +++++++ include/configs/ethernut5.h | 36 ++++----------- 5 files changed, 178 insertions(+), 82 deletions(-) create mode 100644 arch/arm/dts/at91sam9xe.dtsi create mode 100644 arch/arm/dts/ethernut5.dts
Reviewed-by: Simon Glass sjg@chromium.org