hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Copyright (C) 2015 Marvell Technology Group Ltd.
 *
 * Author: Jisheng Zhang <jszhang@marvell.com>
 */
 
/dts-v1/;
 
#include "berlin4ct.dtsi"
 
/ {
   model = "Marvell BG4CT DMP board";
   compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
 
   chosen {
       stdout-path = "serial0:115200n8";
   };
 
   memory@1000000 {
       device_type = "memory";
       /* the first 16MB is for firmwares' usage */
       reg = <0 0x01000000 0 0x7f000000>;
   };
};
 
&uart0 {
   status = "okay";
};