projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.19.264-gnu1
[releases.git]
/
arch
/
arm
/
boot
/
dts
/
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
};