1// SPDX-License-Identifier: GPL-2.0+
2//
3// Device Tree Source for Bubblegum-96
4//
5// Copyright (C) 2015 Actions Semi Co., Ltd.
6// Copyright (C) 2018 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
7
8/dts-v1/;
9#include "s900.dtsi"
10
11/ {
12	model = "Bubblegum-96";
13	compatible = "ucrobotics,bubblegum-96", "actions,s900";
14
15	aliases {
16		serial5 = &uart5;
17	};
18
19	chosen {
20		stdout-path = "serial5:115200n8";
21	};
22
23	memory@0 {
24		device_type = "memory";
25		reg = <0x0 0x0 0x0 0x80000000>;
26	};
27};
28
29&uart5 {
30	status = "okay";
31};
32