blob: 777caa33cd853ca7312a32384311f602e91bb625 [file] [log] [blame]
Sascha Hauer10a9ba02012-02-28 21:58:37 +01001/*
2 * Copyright 2012 Sascha Hauer, Pengutronix
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/ "imx27.dtsi"
14
15/ {
16 model = "Phytec pcm038";
17 compatible = "phytec,imx27-pcm038", "fsl,imx27";
18
19 memory {
20 reg = <0x0 0x0>;
21 };
22
23 soc {
24 aipi@10000000 { /* aipi */
25
Shawn Guo0c456cf2012-04-02 14:39:26 +080026 serial@1000a000 {
Sascha Hauer10a9ba02012-02-28 21:58:37 +010027 fsl,uart-has-rtscts;
28 status = "okay";
29 };
30
Shawn Guo0c456cf2012-04-02 14:39:26 +080031 serial@1000b000 {
Sascha Hauer10a9ba02012-02-28 21:58:37 +010032 fsl,uart-has-rtscts;
33 status = "okay";
34 };
35
Shawn Guo0c456cf2012-04-02 14:39:26 +080036 serial@1000c000 {
Sascha Hauer10a9ba02012-02-28 21:58:37 +010037 fsl,uart-has-rtscts;
38 status = "okay";
39 };
40
Shawn Guo0c456cf2012-04-02 14:39:26 +080041 ethernet@1002b000 {
Sascha Hauer10a9ba02012-02-28 21:58:37 +010042 status = "okay";
43 };
44
45 i2c@1001d000 {
46 clock-frequency = <400000>;
47 status = "okay";
48 at24@4c {
49 compatible = "at,24c32";
50 pagesize = <32>;
51 reg = <0x52>;
52 };
53 pcf8563@51 {
54 compatible = "nxp,pcf8563";
55 reg = <0x51>;
56 };
57 lm75@4a {
58 compatible = "national,lm75";
59 reg = <0x4a>;
60 };
61 };
62 };
63 };
64
65 nor_flash@c0000000 {
66 compatible = "cfi-flash";
67 bank-width = <2>;
68 reg = <0xc0000000 0x02000000>;
69 #address-cells = <1>;
70 #size-cells = <1>;
71 };
72};