]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/arm/boot/dts/imx6q-sbc6x.dts
sun7i: dts: add bananapro.
[people/arne_f/kernel.git] / arch / arm / boot / dts / imx6q-sbc6x.dts
CommitLineData
8593a1a2
PM
1/*
2 * Copyright 2013 Pavel Machek <pavel@denx.de>
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License V2.
6 */
7
8/dts-v1/;
9#include "imx6q.dtsi"
10
11/ {
12 model = "MicroSys sbc6x board";
13 compatible = "microsys,sbc6x", "fsl,imx6q";
14
15 memory {
16 reg = <0x10000000 0x80000000>;
17 };
18};
19
20&fec {
21 pinctrl-names = "default";
22 pinctrl-0 = <&pinctrl_enet_1>;
23 phy-mode = "rgmii";
24 status = "okay";
25};
26
27&uart1 {
28 pinctrl-names = "default";
29 pinctrl-0 = <&pinctrl_uart1_1>;
30 status = "okay";
31};
32
33&usbotg {
34 pinctrl-names = "default";
35 pinctrl-0 = <&pinctrl_usbotg_1>;
36 disable-over-current;
37 status = "okay";
38};
39
40&usdhc3 {
41 pinctrl-names = "default";
42 pinctrl-0 = <&pinctrl_usdhc3_2>;
43 status = "okay";
44};