microblaze: Wire up dts configuration

- enable OF control and embedded OF
    - set default device tree file name to 'microblaze'
    - add CPP to dtc proxy: board/xilinx/dts/microblaze.dts
    - add an empty but processable dts for microblaze-generic

Signed-off-by: Stephan Linz <linz@li-pro.net>
This commit is contained in:
Stephan Linz 2012-07-04 22:25:30 +02:00 committed by Michal Simek
parent a1d2478e2d
commit 920c358781
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1 @@
/include/ BOARD_DTS

View File

@ -0,0 +1,7 @@
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
aliases {
} ;
} ;

View File

@ -31,6 +31,11 @@
#define CONFIG_MICROBLAZE 1
#define MICROBLAZE_V5 1
/* Open Firmware DTS */
#define CONFIG_OF_CONTROL 1
#define CONFIG_OF_EMBED 1
#define CONFIG_DEFAULT_DEVICE_TREE microblaze
/* linear flash memory */
#ifdef XILINX_FLASH_START
#define FLASH