r8a7790-lager.dts 640 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Device Tree Source for the Lager board
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. /dts-v1/;
  11. /include/ "r8a7790.dtsi"
  12. / {
  13. model = "Lager";
  14. compatible = "renesas,lager", "renesas,r8a7790";
  15. chosen {
  16. bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
  17. };
  18. memory@40000000 {
  19. device_type = "memory";
  20. reg = <0 0x40000000 0 0x80000000>;
  21. };
  22. lbsc {
  23. #address-cells = <1>;
  24. #size-cells = <1>;
  25. };
  26. };