r8a7791-koelsch.dts 700 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Device Tree Source for the Koelsch board
  3. *
  4. * Copyright (C) 2013 Renesas Electronics Corporation
  5. * Copyright (C) 2013 Renesas Solutions Corp.
  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/ "r8a7791.dtsi"
  13. / {
  14. model = "Koelsch";
  15. compatible = "renesas,koelsch", "renesas,r8a7791";
  16. chosen {
  17. bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
  18. };
  19. memory@40000000 {
  20. device_type = "memory";
  21. reg = <0 0x40000000 0 0x80000000>;
  22. };
  23. lbsc {
  24. #address-cells = <1>;
  25. #size-cells = <1>;
  26. };
  27. };