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