]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - src/arm/owl-s500-guitar.dtsi
dts: Update the Device Tree Sources to Linux 4.13
[FreeBSD/FreeBSD.git] / src / arm / owl-s500-guitar.dtsi
1 /*
2  * LeMaker Guitar SoM
3  *
4  * Copyright (c) 2016-2017 Andreas Färber
5  *
6  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7  */
8
9 #include "owl-s500.dtsi"
10
11 / {
12         compatible = "lemaker,guitar", "actions,s500";
13
14         memory@0 {
15                 device_type = "memory";
16                 reg = <0x0 0x40000000>;
17         };
18 };
19
20 &timer {
21         clocks = <&hosc>;
22 };