]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/arm/boot/dts/vf610-twr.dts
sun7i: dts: add bananapro.
[people/arne_f/kernel.git] / arch / arm / boot / dts / vf610-twr.dts
CommitLineData
e77b74ee
JL
1/*
2 * Copyright 2013 Freescale Semiconductor, Inc.
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.dtsi"
12
13/ {
14 model = "VF610 Tower Board";
15 compatible = "fsl,vf610-twr", "fsl,vf610";
16
17 chosen {
18 bootargs = "console=ttyLP1,115200";
19 };
20
21 memory {
22 reg = <0x80000000 0x8000000>;
23 };
24
25 clocks {
26 audio_ext {
27 compatible = "fixed-clock";
28 clock-frequency = <24576000>;
29 };
30
31 enet_ext {
32 compatible = "fixed-clock";
33 clock-frequency = <50000000>;
34 };
35 };
36
37};
38
dc03a50f
CF
39&dspi0 {
40 bus-num = <0>;
41 pinctrl-names = "default";
42 pinctrl-0 = <&pinctrl_dspi0_1>;
43 status = "okay";
44
45 sflash: at26df081a@0 {
46 #address-cells = <1>;
47 #size-cells = <1>;
48 compatible = "atmel,at26df081a";
49 spi-max-frequency = <16000000>;
50 spi-cpol;
51 spi-cpha;
52 reg = <0>;
53 };
54};
55
e77b74ee
JL
56&fec0 {
57 phy-mode = "rmii";
58 pinctrl-names = "default";
59 pinctrl-0 = <&pinctrl_fec0_1>;
60 status = "okay";
61};
62
63&fec1 {
64 phy-mode = "rmii";
65 pinctrl-names = "default";
66 pinctrl-0 = <&pinctrl_fec1_1>;
67 status = "okay";
68};
69
d45393cd
JL
70&i2c0 {
71 clock-frequency = <100000>;
72 pinctrl-names = "default";
73 pinctrl-0 = <&pinctrl_i2c0_1>;
74 status = "okay";
75};
76
e77b74ee
JL
77&uart1 {
78 pinctrl-names = "default";
79 pinctrl-0 = <&pinctrl_uart1_1>;
80 status = "okay";
81};