Shawn Guo | 2954ff3 | 2012-05-04 21:33:42 +0800 | [diff] [blame^] | 1 | /* |
| 2 | * Copyright 2012 Freescale Semiconductor, Inc. |
| 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 | |
| 12 | /dts-v1/; |
| 13 | /include/ "imx23.dtsi" |
| 14 | |
| 15 | / { |
| 16 | model = "Freescale i.MX23 Evaluation Kit"; |
| 17 | compatible = "fsl,imx23-evk", "fsl,imx23"; |
| 18 | |
| 19 | memory { |
| 20 | reg = <0x40000000 0x08000000>; |
| 21 | }; |
| 22 | |
| 23 | apb@80000000 { |
| 24 | apbx@80040000 { |
| 25 | duart: serial@80070000 { |
| 26 | pinctrl-names = "default"; |
| 27 | pinctrl-0 = <&duart_pins_a>; |
| 28 | status = "okay"; |
| 29 | }; |
| 30 | }; |
| 31 | }; |
| 32 | }; |