blob: 54e56879a5fa8fc1880b90542b75fe68fea6e28c [file] [log] [blame]
Rayagonda Kokatanur291635a2020-07-15 22:48:55 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2020 Broadcom
4 */
5
6/dts-v1/;
7
8#include "ns3.dtsi"
9
10/ {
11 model = "NS3 model";
12
13 aliases {
14 serial0 = &uart1;
15 };
16
17 chosen {
18 stdout-path = "serial0:115200n8";
19 };
20};
21
22&uart1 {
23 status = "okay";
24};