blob: 0c59f94710c97925d9e05b6390c42be3f80d3a5f [file] [log] [blame]
Philippe Reynes786dc912018-10-11 18:31:59 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com>
4 */
5
6/dts-v1/;
7
8#include "bcm6858.dtsi"
9
10/ {
11 model = "Broadcom bcm68580xref";
12 compatible = "broadcom,bcm68580xref", "brcm,bcm6858";
13
14 aliases {
15 serial0 = &uart0;
16 };
17
18 chosen {
19 stdout-path = "serial0:115200n8";
20 };
21
22 memory {
23 device_type = "memory";
24 reg = <0x0 0x0 0x0 0x20000000>;
25 };
26};
27
28&uart0 {
29 u-boot,dm-pre-reloc;
30 status = "okay";
31};