r8a7794-alt.dts 781 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*
  2. * Device Tree Source for the Alt board
  3. *
  4. * Copyright (C) 2014 Renesas Electronics Corporation
  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 "r8a7794.dtsi"
  12. / {
  13. model = "Alt";
  14. compatible = "renesas,alt", "renesas,r8a7794";
  15. aliases {
  16. serial0 = &scif2;
  17. };
  18. chosen {
  19. bootargs = "console=ttySC0,38400 ignore_loglevel rw root=/dev/nfs ip=dhcp";
  20. };
  21. memory@40000000 {
  22. device_type = "memory";
  23. reg = <0 0x40000000 0 0x40000000>;
  24. };
  25. lbsc {
  26. #address-cells = <1>;
  27. #size-cells = <1>;
  28. };
  29. };
  30. &extal_clk {
  31. clock-frequency = <20000000>;
  32. };
  33. &cmt0 {
  34. status = "ok";
  35. };
  36. &scif2 {
  37. status = "ok";
  38. };