sun4i-a10-cubieboard.dts 733 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /*
  2. * Copyright 2012 Stefan Roese
  3. * Stefan Roese <sr@denx.de>
  4. *
  5. * The code contained herein is licensed under the GNU General Public
  6. * License. You may obtain a copy of the GNU General Public License
  7. * Version 2 or later at the following locations:
  8. *
  9. * http://www.opensource.org/licenses/gpl-license.html
  10. * http://www.gnu.org/copyleft/gpl.html
  11. */
  12. /dts-v1/;
  13. /include/ "sun4i-a10.dtsi"
  14. / {
  15. model = "Cubietech Cubieboard";
  16. compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";
  17. aliases {
  18. serial0 = &uart0;
  19. serial1 = &uart1;
  20. };
  21. chosen {
  22. bootargs = "earlyprintk console=ttyS0,115200";
  23. };
  24. soc {
  25. uart0: uart@01c28000 {
  26. status = "okay";
  27. };
  28. uart1: uart@01c28400 {
  29. status = "okay";
  30. };
  31. };
  32. };