pwm: Update DT bindings to reference pwm.txt for cells documentation
[deliverable/linux.git] / arch / arm / boot / dts / imx25-karo-tx25.dts
CommitLineData
62300cbf
SH
1/*
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/;
36dffd8f 13#include "imx25.dtsi"
62300cbf
SH
14
15/ {
16 model = "Ka-Ro TX25";
17 compatible = "karo,imx25-tx25", "fsl,imx25";
18
19 memory {
20 reg = <0x80000000 0x02000000 0x90000000 0x02000000>;
21 };
be4ccfce 22};
62300cbf 23
be4ccfce
SG
24&uart1 {
25 status = "okay";
26};
62300cbf 27
be4ccfce 28&fec {
be4ccfce 29 phy-mode = "rmii";
152fab67 30 status = "okay";
be4ccfce 31};
62300cbf 32
be4ccfce
SG
33&nfc {
34 nand-on-flash-bbt;
35 status = "okay";
62300cbf 36};
This page took 0.061276 seconds and 5 git commands to generate.