summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/arch/microblaze/dts
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/arch/microblaze/dts')
-rw-r--r--qemu/roms/u-boot/arch/microblaze/dts/.gitignore1
-rw-r--r--qemu/roms/u-boot/arch/microblaze/dts/Makefile11
-rw-r--r--qemu/roms/u-boot/arch/microblaze/dts/microblaze-generic.dts7
3 files changed, 19 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/microblaze/dts/.gitignore b/qemu/roms/u-boot/arch/microblaze/dts/.gitignore
new file mode 100644
index 000000000..b60ed208c
--- /dev/null
+++ b/qemu/roms/u-boot/arch/microblaze/dts/.gitignore
@@ -0,0 +1 @@
+*.dtb
diff --git a/qemu/roms/u-boot/arch/microblaze/dts/Makefile b/qemu/roms/u-boot/arch/microblaze/dts/Makefile
new file mode 100644
index 000000000..6d4a11f62
--- /dev/null
+++ b/qemu/roms/u-boot/arch/microblaze/dts/Makefile
@@ -0,0 +1,11 @@
+dtb-y += microblaze-generic.dtb
+
+targets += $(dtb-y)
+
+DTC_FLAGS += -R 4 -p 0x1000
+
+PHONY += dtbs
+dtbs: $(addprefix $(obj)/, $(dtb-y))
+ @:
+
+clean-files := *.dtb
diff --git a/qemu/roms/u-boot/arch/microblaze/dts/microblaze-generic.dts b/qemu/roms/u-boot/arch/microblaze/dts/microblaze-generic.dts
new file mode 100644
index 000000000..203330987
--- /dev/null
+++ b/qemu/roms/u-boot/arch/microblaze/dts/microblaze-generic.dts
@@ -0,0 +1,7 @@
+/dts-v1/;
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ aliases {
+ } ;
+} ;