Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Allo.com Sparky
0004  *
0005  * Copyright (c) 2017 Andreas Färber
0006  */
0007 
0008 /dts-v1/;
0009 
0010 #include "owl-s500.dtsi"
0011 
0012 / {
0013         compatible = "allo,sparky", "actions,s500";
0014         model = "Allo.com Sparky";
0015 
0016         aliases {
0017                 serial3 = &uart3;
0018         };
0019 
0020         chosen {
0021                 stdout-path = "serial3:115200n8";
0022         };
0023 
0024         memory@0 {
0025                 device_type = "memory";
0026                 reg = <0x0 0x40000000>; /* 1 or 2 GiB */
0027         };
0028 };
0029 
0030 &timer {
0031         clocks = <&hosc>;
0032 };
0033 
0034 &uart3 {
0035         status = "okay";
0036 };