ARM: davinci: da850: add NAND driver DT entries
[deliverable/linux.git] / arch / arm / boot / dts / da850-evm.dts
CommitLineData
27e6e0d3
SN
1/*
2 * Device Tree for DA850 EVM board
3 *
4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation, version 2.
9 */
10/dts-v1/;
11/include/ "da850.dtsi"
12
13/ {
14 compatible = "ti,da850-evm", "ti,da850";
15 model = "DA850/AM1808/OMAP-L138 EVM";
16
17 soc {
1faaba3d
KA
18 pmx_core: pinmux@1c14120 {
19 status = "okay";
20 };
27e6e0d3
SN
21 serial0: serial@1c42000 {
22 status = "okay";
23 };
24 serial1: serial@1d0c000 {
25 status = "okay";
26 };
27 serial2: serial@1d0d000 {
28 status = "okay";
29 };
30 };
99b8800c
KA
31 nand_cs3@62000000 {
32 status = "okay";
33 pinctrl-names = "default";
34 pinctrl-0 = <&nand_cs3_pins>;
35 };
27e6e0d3 36};
This page took 0.064563 seconds and 5 git commands to generate.