r8a7778-bockw-reference.dts 752 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Reference Device Tree Source for the Bock-W board
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. * Copyright (C) 2013 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
  6. *
  7. * based on r8a7779
  8. *
  9. * Copyright (C) 2013 Renesas Solutions Corp.
  10. * Copyright (C) 2013 Simon Horman
  11. *
  12. * This file is licensed under the terms of the GNU General Public License
  13. * version 2. This program is licensed "as is" without any warranty of any
  14. * kind, whether express or implied.
  15. */
  16. /dts-v1/;
  17. /include/ "r8a7778.dtsi"
  18. / {
  19. model = "bockw";
  20. compatible = "renesas,bockw-reference", "renesas,r8a7778";
  21. chosen {
  22. bootargs = "console=ttySC0,115200 ignore_loglevel rw";
  23. };
  24. memory {
  25. device_type = "memory";
  26. reg = <0x60000000 0x10000000>;
  27. };
  28. };