blob: 7324bdcf06f2e95f928048d6569cb1ab67eca4f6 [file] [log] [blame]
Stefan Agnere1bf86a2014-11-02 21:36:47 +01001/*
2 * Copyright 2014 Toradex AG
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 */
9
10/ {
11 chosen {
12 bootargs = "console=ttyLP0,115200";
13 };
14};
15
16&bl {
17 brightness-levels = <0 4 8 16 32 64 128 255>;
18 default-brightness-level = <6>;
19 status = "okay";
20};
21
22&esdhc1 {
23 pinctrl-names = "default";
24 pinctrl-0 = <&pinctrl_esdhc1>;
25 bus-width = <4>;
26 status = "okay";
27};
28
29&fec1 {
30 phy-mode = "rmii";
31 pinctrl-names = "default";
32 pinctrl-0 = <&pinctrl_fec1>;
33 status = "okay";
34};
35
Bhuvanchandra DV1ddeb482014-11-13 10:05:31 +053036&i2c0 {
37 status = "okay";
38};
39
Stefan Agnere1bf86a2014-11-02 21:36:47 +010040&pwm0 {
41 status = "okay";
42};
43
44&pwm1 {
45 status = "okay";
46};
47
48&uart0 {
49 status = "okay";
50};
51
52&uart1 {
53 status = "okay";
54};
55
56&uart2 {
57 status = "okay";
Bhuvanchandra DV1ddeb482014-11-13 10:05:31 +053058};