summaryrefslogtreecommitdiff
path: root/arch/arm/dts/ns3-board.dts
blob: 54e56879a5fa8fc1880b90542b75fe68fea6e28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier:      GPL-2.0+
/*
 * Copyright (C) 2020 Broadcom
 */

/dts-v1/;

#include "ns3.dtsi"

/ {
	model = "NS3 model";

	aliases {
		serial0 = &uart1;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};
};

&uart1 {
	status = "okay";
};