Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / arm64 / boot / dts / actions / s900-bubblegum-96.dts
blob21ca80f9941ce040b5ed64621a40897ab32a8e2c
1 /*
2  * Copyright (c) 2017 Andreas Färber
3  *
4  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5  */
7 /dts-v1/;
9 #include "s900.dtsi"
11 / {
12         compatible = "ucrobotics,bubblegum-96", "actions,s900";
13         model = "Bubblegum-96";
15         aliases {
16                 serial5 = &uart5;
17         };
19         chosen {
20                 stdout-path = "serial5:115200n8";
21         };
23         memory@0 {
24                 device_type = "memory";
25                 reg = <0x0 0x0 0x0 0x80000000>;
26         };
28         uart5_clk: uart5-clk {
29                 compatible = "fixed-clock";
30                 clock-frequency = <921600>;
31                 #clock-cells = <0>;
32         };
35 &timer {
36         clocks = <&hosc>;
39 &uart5 {
40         status = "okay";
41         clocks = <&uart5_clk>;