WIP FPC-III support
[linux/fpc-iii.git] / arch / arm / boot / dts / owl-s500-sparky.dts
blobc665ce8b88b4736a803d37c4ae07154934370fe6
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Allo.com Sparky
4  *
5  * Copyright (c) 2017 Andreas Färber
6  */
8 /dts-v1/;
10 #include "owl-s500.dtsi"
12 / {
13         compatible = "allo,sparky", "actions,s500";
14         model = "Allo.com Sparky";
16         aliases {
17                 serial3 = &uart3;
18         };
20         chosen {
21                 stdout-path = "serial3:115200n8";
22         };
24         memory@0 {
25                 device_type = "memory";
26                 reg = <0x0 0x40000000>; /* 1 or 2 GiB */
27         };
29         uart3_clk: uart3-clk {
30                 compatible = "fixed-clock";
31                 clock-frequency = <921600>;
32                 #clock-cells = <0>;
33         };
36 &timer {
37         clocks = <&hosc>;
40 &uart3 {
41         status = "okay";
42         clocks = <&uart3_clk>;