blob: ec52b6d6b64983f305c02660767d7f78ad37865c [file] [log] [blame]
Markus Pargmanndb890da2013-06-28 16:50:37 +02001/*
2 * Copyright 2012 Sascha Hauer, Uwe Kleine-König, Steffen Trumtrar
3 * and Markus Pargmann, Pengutronix
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
13/dts-v1/;
14#include "imx27.dtsi"
15
16/ {
17 model = "Phytec pca100";
18 compatible = "phytec,imx27-pca100", "fsl,imx27";
19
20 memory {
21 reg = <0xa0000000 0x08000000>; /* 128MB */
22 };
23};
24
25&cspi1 {
26 fsl,spi-num-chipselects = <2>;
27 cs-gpios = <&gpio4 28 0>,
28 <&gpio4 27 0>;
29 status = "okay";
30};
31
32&fec {
33 status = "okay";
34};
35
36&i2c1 {
37 status = "okay";
38
39 ioexpander@41 {
40 compatible = "nxp,pca9536";
41 reg = <0x41>;
42 };
43
44 rtc@51 {
45 compatible = "nxp,pcf8563";
46 reg = <0x51>;
47 };
48};
49
50&i2c2 {
51 status = "okay";
52
53 lm75@4a {
54 compatible = "national,lm75";
55 reg = <0x4a>;
56 };
57
58 rtc@51 {
59 compatible = "nxp,pcf8563";
60 reg = <0x51>;
61 };
62
63 at24@52 {
64 compatible = "at,24c32";
65 pagesize = <32>;
66 reg = <0x52>;
67 };
68};
69
70&owire {
71 status = "okay";
72};