repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
owl-s500-guitar.dtsi
blob
81cc39871f17dc3f3c3326ae06df888e4e90a12d
1
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
/*
3
* LeMaker Guitar SoM
4
*
5
* Copyright (c) 2016-2017 Andreas Färber
6
*/
7
8
#include "owl-s500.dtsi"
9
10
/ {
11
compatible = "lemaker,guitar", "actions,s500";
12
13
memory@0 {
14
device_type = "memory";
15
reg = <0x0 0x40000000>;
16
};
17
};
18
19
&timer {
20
clocks = <&hosc>;
21
};