Home | History | Annotate | Download | only in test
      1 /dts-v1/;
      2 
      3 / {
      4 	#address-cells = <1>;
      5 	#size-cells = <1>;
      6 
      7 	binman {
      8 		u-boot {
      9 		};
     10 
     11 		u-boot-align {
     12 			type = "u-boot";
     13 			align = <16>;
     14 		};
     15 
     16 		u-boot-size {
     17 			type = "u-boot";
     18 			size = <23>;
     19 		};
     20 
     21 		u-boot-next {
     22 			type = "u-boot";
     23 		};
     24 
     25 		u-boot-fixed {
     26 			type = "u-boot";
     27 			pos = <61>;
     28 		};
     29 	};
     30 };
     31