Joachim Eastwood | 56bd377 | 2015-05-12 00:00:51 +0200 | [diff] [blame^] | 1 | /* |
| 2 | * Embedded Artist LPC4357 Developer's Kit |
| 3 | * |
| 4 | * Copyright 2015 Joachim Eastwood <manabian@gmail.com> |
| 5 | * |
| 6 | * This code is released using a dual license strategy: BSD/GPL |
| 7 | * You can choose the licence that better fits your requirements. |
| 8 | * |
| 9 | * Released under the terms of 3-clause BSD License |
| 10 | * Released under the terms of GNU General Public License Version 2.0 |
| 11 | * |
| 12 | */ |
| 13 | /dts-v1/; |
| 14 | |
| 15 | #include "lpc18xx.dtsi" |
| 16 | #include "lpc4357.dtsi" |
| 17 | |
| 18 | / { |
| 19 | model = "Embedded Artists' LPC4357 Developer's Kit"; |
| 20 | compatible = "ea,lpc4357-developers-kit", "nxp,lpc4357", "nxp,lpc4350"; |
| 21 | |
| 22 | aliases { |
| 23 | serial0 = &uart0; |
| 24 | serial1 = &uart1; |
| 25 | serial2 = &uart2; |
| 26 | serial3 = &uart3; |
| 27 | }; |
| 28 | |
| 29 | chosen { |
| 30 | stdout-path = &uart0; |
| 31 | }; |
| 32 | |
| 33 | memory { |
| 34 | device_type = "memory"; |
| 35 | reg = <0x28000000 0x2000000>; /* 32 MB */ |
| 36 | }; |
| 37 | }; |
| 38 | |
| 39 | &uart0 { |
| 40 | status = "okay"; |
| 41 | }; |