skeleton.dtsi 347 B

1234567891011121314151617181920212223
  1. /*
  2. * Skeleton device tree; the bare minimum needed to boot; just include and
  3. * add a compatible value. The bootloader will typically populate the memory
  4. * node.
  5. *
  6. * SPDX-License-Identifier: GPL-2.0+
  7. */
  8. / {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. chosen {
  12. };
  13. aliases {
  14. };
  15. memory {
  16. device_type = "memory";
  17. reg = <0 0>;
  18. };
  19. };