Sebastian Hesselbarth | a909211 | 2013-11-05 12:40:22 +0100 | [diff] [blame] | 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 | |
| 11 | /dts-v1/; |
| 12 | |
| 13 | #include "berlin2cd.dtsi" |
| 14 | |
| 15 | / { |
| 16 | model = "Google Chromecast"; |
| 17 | compatible = "google,chromecast", "marvell,berlin2cd", "marvell,berlin"; |
| 18 | |
| 19 | chosen { |
| 20 | bootargs = "console=ttyS0,115200 earlyprintk"; |
| 21 | }; |
| 22 | |
| 23 | memory { |
| 24 | device_type = "memory"; |
| 25 | reg = <0x00000000 0x20000000>; /* 512 MB */ |
| 26 | }; |
| 27 | }; |
| 28 | |
| 29 | &uart0 { status = "okay"; }; |