054_unit_address.dts 150 B

123456789101112131415
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. u-boot@0 {
  8. };
  9. u-boot@1 {
  10. };
  11. };
  12. };