1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Allo.com Sparky
4 *
5 * Copyright (c) 2017 Andreas Färber
6 */
7
8/dts-v1/;
9
10#include "owl-s500.dtsi"
11
12/ {
13	compatible = "allo,sparky", "actions,s500";
14	model = "Allo.com Sparky";
15
16	aliases {
17		serial3 = &uart3;
18	};
19
20	chosen {
21		stdout-path = "serial3:115200n8";
22	};
23
24	memory@0 {
25		device_type = "memory";
26		reg = <0x0 0x40000000>; /* 1 or 2 GiB */
27	};
28};
29
30&timer {
31	clocks = <&hosc>;
32};
33
34&uart3 {
35	status = "okay";
36};
37