Maxime Coquelin | 2e86cd2 | 2014-02-27 13:33:27 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2014 STMicroelectronics (R&D) Limited. |
| 3 | * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License version 2 as |
| 7 | * published by the Free Software Foundation. |
| 8 | */ |
| 9 | /dts-v1/; |
Peter Griffin | 2577451 | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 10 | #include "stih407-clock.dtsi" |
| 11 | #include "stih407-family.dtsi" |
| 12 | #include "stihxxx-b2120.dtsi" |
Maxime Coquelin | 2e86cd2 | 2014-02-27 13:33:27 +0100 | [diff] [blame] | 13 | / { |
| 14 | model = "STiH407 B2120"; |
| 15 | compatible = "st,stih407-b2120", "st,stih407"; |
| 16 | |
| 17 | chosen { |
Peter Griffin | f6b1e68 | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 18 | bootargs = "console=ttyAS0,115200 clk_ignore_unused"; |
Maxime Coquelin | 2e86cd2 | 2014-02-27 13:33:27 +0100 | [diff] [blame] | 19 | linux,stdout-path = &sbc_serial0; |
| 20 | }; |
| 21 | |
| 22 | memory { |
| 23 | device_type = "memory"; |
| 24 | reg = <0x40000000 0x80000000>; |
| 25 | }; |
| 26 | |
| 27 | aliases { |
| 28 | ttyAS0 = &sbc_serial0; |
| 29 | }; |
| 30 | |
Maxime Coquelin | 2e86cd2 | 2014-02-27 13:33:27 +0100 | [diff] [blame] | 31 | }; |