Simon Horman | d6b51d6 | 2013-07-26 09:36:16 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for the Marzen board |
| 3 | * |
| 4 | * Copyright (C) 2013 Renesas Solutions Corp. |
| 5 | * Copyright (C) 2013 Simon Horman |
| 6 | * |
| 7 | * This file is licensed under the terms of the GNU General Public License |
| 8 | * version 2. This program is licensed "as is" without any warranty of any |
| 9 | * kind, whether express or implied. |
| 10 | */ |
| 11 | |
| 12 | /dts-v1/; |
Laurent Pinchart | 31c46cb | 2013-11-09 13:23:53 +0100 | [diff] [blame] | 13 | #include "r8a7779.dtsi" |
Simon Horman | d6b51d6 | 2013-07-26 09:36:16 +0900 | [diff] [blame] | 14 | |
| 15 | / { |
| 16 | model = "marzen"; |
| 17 | compatible = "renesas,marzen", "renesas,r8a7779"; |
| 18 | |
| 19 | chosen { |
| 20 | bootargs = "console=ttySC2,115200 earlyprintk=sh-sci.2,115200 ignore_loglevel root=/dev/nfs ip=on"; |
| 21 | }; |
| 22 | |
| 23 | memory { |
| 24 | device_type = "memory"; |
| 25 | reg = <0x60000000 0x40000000>; |
| 26 | }; |
| 27 | }; |