vocore2.dts 261 B

123456789101112131415161718
  1. /dts-v1/;
  2. #include "mt7628a.dtsi"
  3. / {
  4. compatible = "vocore,vocore2", "ralink,mt7628a-soc";
  5. model = "VoCore2";
  6. memory@0 {
  7. device_type = "memory";
  8. reg = <0x0 0x8000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS2,115200";
  12. stdout-path = &uart2;
  13. };
  14. };