berlin2cd-google-chromecast.dts 633 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Device Tree file for Google Chromecast
  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 "berlin2cd.dtsi"
  12. / {
  13. model = "Google Chromecast";
  14. compatible = "google,chromecast", "marvell,berlin2cd", "marvell,berlin";
  15. chosen {
  16. bootargs = "console=ttyS0,115200 earlyprintk";
  17. };
  18. memory {
  19. device_type = "memory";
  20. reg = <0x00000000 0x20000000>; /* 512 MB */
  21. };
  22. };
  23. &uart0 { status = "okay"; };