Add dts script generation

This commit is contained in:
Romain Bazile 2021-07-07 16:45:31 +02:00
parent ef09302e0d
commit 513dc046f7
3 changed files with 2275 additions and 0 deletions

7
scripts/dts/Makefile Normal file
View file

@ -0,0 +1,7 @@
dt-blob: dt-blob.dts
@dtc -q -I dts -O dtb dt-blob.dts -o dt-blob.bin
all: dt-blob
clean:
@rm dt-blob.bin

BIN
scripts/dts/dt-blob.bin Normal file

Binary file not shown.

2268
scripts/dts/dt-blob.dts Normal file

File diff suppressed because it is too large Load diff