Loading...
Note: File does not exist in v4.17.
1/*
2 * dts file for Broadcom (BRCM) Vulcan Evaluation Platform
3 *
4 * Copyright (c) 2013-2016 Broadcom
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of
9 * the License, or (at your option) any later version.
10 */
11
12/dts-v1/;
13
14#include "vulcan.dtsi"
15
16/ {
17 model = "Broadcom Vulcan Eval Platform";
18 compatible = "brcm,vulcan-eval", "brcm,vulcan-soc";
19
20 memory {
21 device_type = "memory";
22 reg = <0x00000000 0x80000000 0x0 0x80000000>, /* 2G @ 2G */
23 <0x00000008 0x80000000 0x0 0x80000000>; /* 2G @ 34G */
24 };
25
26 aliases {
27 serial0 = &uart0;
28 };
29
30 chosen {
31 stdout-path = "serial0:115200n8";
32 };
33};