milbeaut-m10v-evb.dts 564 B

1234567891011121314151617181920212223242526272829303132
  1. // SPDX-License-Identifier: GPL-2.0
  2. /* Socionext Milbeaut M10V Evaluation Board */
  3. /dts-v1/;
  4. #include "milbeaut-m10v.dtsi"
  5. / {
  6. model = "Socionext M10V EVB";
  7. compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
  8. aliases {
  9. serial0 = &uart1;
  10. };
  11. chosen {
  12. bootargs = "rootwait earlycon";
  13. stdout-path = "serial0:115200n8";
  14. };
  15. clocks {
  16. uclk40xi: uclk40xi {
  17. compatible = "fixed-clock";
  18. #clock-cells = <0>;
  19. clock-frequency = <40000000>;
  20. };
  21. };
  22. memory@40000000 {
  23. device_type = "memory";
  24. reg = <0x40000000 0x80000000>;
  25. };
  26. };