stih407-b2120.dts 501 B

123456789101112131415161718192021222324252627
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
  4. * Author: Giuseppe Cavallaro <[email protected]>
  5. */
  6. /dts-v1/;
  7. #include "stih407.dtsi"
  8. #include "stihxxx-b2120.dtsi"
  9. / {
  10. model = "STiH407 B2120";
  11. compatible = "st,stih407-b2120", "st,stih407";
  12. chosen {
  13. stdout-path = &sbc_serial0;
  14. };
  15. memory@40000000 {
  16. device_type = "memory";
  17. reg = <0x40000000 0x80000000>;
  18. };
  19. aliases {
  20. serial0 = &sbc_serial0;
  21. ethernet0 = &ethernet0;
  22. };
  23. };