Skip to content

Commit 225fbd6

Browse files
author
Alfonso Tamés
committed
Add Wandboard support
1 parent 91cf351 commit 225fbd6

10 files changed

Lines changed: 1543 additions & 166 deletions

File tree

arch/arm/boot/dts/imx6dl-wandboard.dts

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,36 @@
99
*
1010
*/
1111
/dts-v1/;
12+
13+
#include <dt-bindings/interrupt-controller/irq.h>
1214
#include "imx6dl.dtsi"
1315
#include "imx6qdl-wandboard.dtsi"
1416

1517
/ {
1618
model = "Wandboard i.MX6 Dual Lite Board";
1719
compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
20+
};
21+
22+
&mxcfb1 {
23+
status = "okay";
24+
};
25+
26+
#if 0
27+
&mxcfb2 {
28+
status = "okay";
29+
};
1830

19-
memory {
20-
reg = <0x10000000 0x40000000>;
21-
};
31+
&mxcfb3 {
32+
status = "okay";
2233
};
34+
35+
&mxcfb4 {
36+
status = "okay";
37+
};
38+
#endif
39+
40+
&epdc {
41+
status = "disabled";
42+
};
43+
44+

arch/arm/boot/dts/imx6q-wandboard.dts

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,46 @@
22
* Copyright 2013 Freescale Semiconductor, Inc.
33
*
44
* Author: Fabio Estevam <[email protected]>
5+
* Copyright 2014 John Weber
6+
* Copyright 2013 Boundary Devices
7+
* Copyright 2011 Linaro Ltd.
58
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License version 2 as
8-
* published by the Free Software Foundation.
9+
* The code contained herein is licensed under the GNU General Public
10+
* License. You may obtain a copy of the GNU General Public License
11+
* Version 2 or later at the following locations:
912
*
13+
* http://www.opensource.org/licenses/gpl-license.html
14+
* http://www.gnu.org/copyleft/gpl.html
1015
*/
16+
1117
/dts-v1/;
18+
19+
#include <dt-bindings/interrupt-controller/irq.h>
1220
#include "imx6q.dtsi"
1321
#include "imx6qdl-wandboard.dtsi"
1422

1523
/ {
16-
model = "Wandboard i.MX6 Quad Board";
17-
compatible = "wand,imx6q-wandboard", "fsl,imx6q";
24+
model = "Wandboard Quad based on Freescale i.MX6 Quad";
25+
compatible = "fsl,imx6q-wandboard", "fsl,imx6q";
26+
};
1827

19-
memory {
20-
reg = <0x10000000 0x80000000>;
21-
};
28+
&mxcfb1 {
29+
status = "okay";
30+
};
31+
32+
#if 0
33+
&mxcfb2 {
34+
status = "okay";
35+
};
36+
37+
&mxcfb3 {
38+
status = "okay";
39+
};
40+
41+
&mxcfb4 {
42+
status = "okay";
2243
};
44+
#endif
2345

2446
&sata {
2547
status = "okay";

0 commit comments

Comments
 (0)