Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[deliverable/linux.git] / arch / arm / boot / dts / imx27-phytec-phycore-rdk.dts
CommitLineData
c05c1bf5
AS
1/*
2 * The code contained herein is licensed under the GNU General Public
3 * License. You may obtain a copy of the GNU General Public License
4 * Version 2 or later at the following locations:
5 *
6 * http://www.opensource.org/licenses/gpl-license.html
7 * http://www.gnu.org/copyleft/gpl.html
8 */
9
10#include "imx27-phytec-phycore-som.dts"
11
12/ {
13 model = "Phytec pcm970";
14 compatible = "phytec,imx27-pcm970", "phytec,imx27-pcm038", "fsl,imx27";
15};
16
17&cspi1 {
18 fsl,spi-num-chipselects = <2>;
19 cs-gpios = <&gpio4 28 0>, <&gpio4 27 0>;
20};
21
8440ae70
AS
22&sdhci2 {
23 bus-width = <4>;
24 cd-gpios = <&gpio3 29 0>;
25 wp-gpios = <&gpio3 28 0>;
26 vmmc-supply = <&vmmc1_reg>;
27 status = "okay";
28};
29
c05c1bf5
AS
30&uart1 {
31 fsl,uart-has-rtscts;
32};
33
34&uart2 {
35 fsl,uart-has-rtscts;
36 status = "okay";
37};
This page took 0.036452 seconds and 5 git commands to generate.