Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm
[platform/kernel/u-boot.git] / tools / binman / test / 040_x86_ucode_not_in_image.dts
1 /dts-v1/;
2
3 / {
4         #address-cells = <1>;
5         #size-cells = <1>;
6
7         binman {
8                 sort-by-offset;
9                 size = <0x200>;
10                 u-boot-with-ucode-ptr {
11                 };
12
13                 u-boot-dtb-with-ucode {
14                 };
15
16                 u-boot-ucode {
17                 };
18         };
19
20         microcode {
21                 update@0 {
22                         data = <0x12345678 0x12345679>;
23                 };
24                 update@1 {
25                         data = <0xabcd0000 0x78235609>;
26                 };
27         };
28 };