r8a7779-marzen.dts 630 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Device Tree Source for the Marzen board
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. * Copyright (C) 2013 Simon Horman
  6. *
  7. * This file is licensed under the terms of the GNU General Public License
  8. * version 2. This program is licensed "as is" without any warranty of any
  9. * kind, whether express or implied.
  10. */
  11. /dts-v1/;
  12. /include/ "r8a7779.dtsi"
  13. / {
  14. model = "marzen";
  15. compatible = "renesas,marzen", "renesas,r8a7779";
  16. chosen {
  17. bootargs = "console=ttySC2,115200 earlyprintk=sh-sci.2,115200 ignore_loglevel root=/dev/nfs ip=on";
  18. };
  19. memory {
  20. device_type = "memory";
  21. reg = <0x60000000 0x40000000>;
  22. };
  23. };