blob: 711cf823e79483eb724765ccaddc439a0d578ab0 [file] [log] [blame]
Stefan Agner10f34a12014-07-18 16:25:18 +02001/*
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/dts-v1/;
11#include "vf610-colibri.dtsi"
12
13/ {
14 model = "Toradex Colibri VF61 on Colibri Evaluation Board";
15 compatible = "toradex,vf610-colibri_vf61-on-eval", "toradex,vf610-colibri_vf61", "fsl,vf610";
16
17 chosen {
18 bootargs = "console=ttyLP0,115200";
19 };
20};
21
Bhuvanchandra DVbc202652014-09-22 15:38:12 +053022&bl {
23 brightness-levels = <0 4 8 16 32 64 128 255>;
24 default-brightness-level = <6>;
25 status = "okay";
26};
27
Stefan Agner10f34a12014-07-18 16:25:18 +020028&esdhc1 {
29 pinctrl-names = "default";
30 pinctrl-0 = <&pinctrl_esdhc1>;
31 bus-width = <4>;
32 status = "okay";
33};
34
35&fec1 {
36 phy-mode = "rmii";
37 pinctrl-names = "default";
38 pinctrl-0 = <&pinctrl_fec1>;
39 status = "okay";
40};
41
Bhuvanchandra DV9c42fa12014-09-22 15:38:11 +053042&pwm0 {
43 status = "okay";
44};
45
46&pwm1 {
47 status = "okay";
48};
49
Stefan Agner10f34a12014-07-18 16:25:18 +020050&uart0 {
51 status = "okay";
52};
53
54&uart1 {
55 status = "okay";
56};
57
58&uart2 {
59 status = "okay";
60};