blob: bb725dca3a1000f7f8de5a9e9cd79bc2d9be38df [file] [log] [blame]
Sebastian Hesselbarth80a8b542012-08-15 19:07:34 +02001/dts-v1/;
2
Sebastian Hesselbarthfbd99d52013-07-29 14:31:50 +02003#include "dove.dtsi"
Sebastian Hesselbarth80a8b542012-08-15 19:07:34 +02004
5/ {
6 model = "Marvell DB-MV88AP510-BP Development Board";
7 compatible = "marvell,dove-db", "marvell,dove";
8
9 memory {
10 device_type = "memory";
11 reg = <0x00000000 0x40000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,115200n8 earlyprintk";
16 };
17};
18
19&uart0 { status = "okay"; };
20&uart1 { status = "okay"; };
21&sdio0 { status = "okay"; };
22&sdio1 { status = "okay"; };
23&sata0 { status = "okay"; };
24
25&spi0 {
26 status = "okay";
27
28 /* spi0.0: 4M Flash ST-M25P32-VMF6P */
29 spi-flash@0 {
30 compatible = "st,m25p32";
31 spi-max-frequency = <20000000>;
32 reg = <0>;
33 };
34};
35
36&i2c0 {
37 status = "okay";
38};