emev2-kzm9d.dts 677 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Device Tree Source for the KZM9D board
  3. *
  4. * Copyright (C) 2012 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/ "emev2.dtsi"
  12. / {
  13. model = "EMEV2 KZM9D Board";
  14. compatible = "renesas,kzm9d", "renesas,emev2";
  15. memory {
  16. device_type = "memory";
  17. reg = <0x40000000 0x8000000>;
  18. };
  19. chosen {
  20. bootargs = "console=tty0 console=ttyS1,115200n81 earlyprintk=serial8250-em.1,115200n81 mem=128M@0x40000000 ignore_loglevel root=/dev/nfs ip=dhcp nfsroot=,rsize=4096,wsize=4096";
  21. };
  22. };