xref: /linux/arch/mips/boot/dts/brcm/bcm9ejtagprb.dts (revision 0be3ff0c)
1// SPDX-License-Identifier: GPL-2.0
2/dts-v1/;
3
4#include "bcm6328.dtsi"
5
6/ {
7	compatible = "brcm,bcm9ejtagprb", "brcm,bcm6328";
8	model = "Broadcom BCM9EJTAGPRB";
9
10	memory@0 {
11		device_type = "memory";
12		reg = <0x00000000 0x08000000>;
13	};
14
15	chosen {
16		bootargs = "console=ttyS0,115200";
17		stdout-path = &uart0;
18	};
19};
20
21&uart0 {
22	status = "okay";
23};
24