]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dts: zynq: Add basic fdt support
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>
Wed, 8 Jan 2014 20:18:26 +0000 (01:48 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 10 Jan 2014 14:18:33 +0000 (15:18 +0100)
commitf8f36c5dda67c53c471d1fe65215b9124ef62d71
tree077ca33bcec96e27c0becaea25b4c9a78f79ef86
parentb660ca13a8b2dab6d9d4127274060359abea4210
dts: zynq: Add basic fdt support

This patch provides a basic fdt support for zynq u-boot.

zynq-7000.dtsi-> initial arch dts file
zynq-zed.dts -> initial zed board dts file
more devices should be added in subsequent patches.

u-boot build: once configuring of a board done
for building dtb with zynq-zed.dts as an input
zynq-uboot> make DEVICE_TREE=zynq-zed

Enabled CONFIG_OF_SEPARATE for building dtb separately.
There is a new binary called u-boot-dtb.bin which is a u-boot
with devicetree supported.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
arch/arm/dts/zynq-7000.dtsi [new file with mode: 0644]
board/xilinx/dts/zynq-zed.dts [new file with mode: 0644]
include/configs/zynq-common.h