Philipp Zabel | 7ed47ef | 2014-04-14 17:37:24 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH |
| 3 | * |
| 4 | * The code contained herein is licensed under the GNU General Public |
| 5 | * License. You may obtain a copy of the GNU General Public License |
| 6 | * Version 2 or later at the following locations: |
| 7 | * |
| 8 | * http://www.opensource.org/licenses/gpl-license.html |
| 9 | * http://www.gnu.org/copyleft/gpl.html |
| 10 | */ |
| 11 | |
Philipp Zabel | 057b3d3 | 2014-04-14 17:37:27 +0200 | [diff] [blame^] | 12 | / { |
| 13 | chosen { |
| 14 | linux,stdout-path = &uart4; |
| 15 | }; |
| 16 | }; |
| 17 | |
Philipp Zabel | 7ed47ef | 2014-04-14 17:37:24 +0200 | [diff] [blame] | 18 | &fec { |
| 19 | status = "okay"; |
| 20 | }; |
| 21 | |
| 22 | &gpmi { |
| 23 | status = "okay"; |
| 24 | }; |
| 25 | |
| 26 | &uart4 { |
| 27 | status = "okay"; |
| 28 | }; |
| 29 | |
| 30 | &usbh1 { |
| 31 | status = "okay"; |
| 32 | }; |
| 33 | |
| 34 | &usbotg { |
| 35 | status = "okay"; |
| 36 | }; |
| 37 | |
| 38 | &usdhc2 { |
| 39 | status = "okay"; |
| 40 | }; |
| 41 | |
| 42 | &usdhc3 { |
| 43 | status = "okay"; |
| 44 | }; |