Home | History | Annotate | Download | only in test
      1 /dts-v1/;
      2 
      3 / {
      4 	#address-cells = <1>;
      5 	#size-cells = <1>;
      6 
      7 	binman {
      8 		sort-by-pos;
      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 };
     29