berlin2-sony-nsz-gs7.dts 612 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Device Tree file for Sony NSZ-GS7
  3. *
  4. * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
  5. *
  6. * This file is licensed under the terms of the GNU General Public
  7. * License version 2. This program is licensed "as is" without any
  8. * warranty of any kind, whether express or implied.
  9. */
  10. /dts-v1/;
  11. #include "berlin2.dtsi"
  12. / {
  13. model = "Sony NSZ-GS7";
  14. compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
  15. chosen {
  16. bootargs = "console=ttyS0,115200 earlyprintk";
  17. };
  18. memory {
  19. device_type = "memory";
  20. reg = <0x00000000 0x40000000>; /* 1 GB */
  21. };
  22. };
  23. &uart0 { status = "okay"; };