22 lines
304 B
Plaintext
22 lines
304 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* LeMaker Guitar SoM
|
|
*
|
|
* Copyright (c) 2016-2017 Andreas Färber
|
|
*/
|
|
|
|
#include "owl-s500.dtsi"
|
|
|
|
/ {
|
|
compatible = "lemaker,guitar", "actions,s500";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x40000000>;
|
|
};
|
|
};
|
|
|
|
&timer {
|
|
clocks = <&hosc>;
|
|
};
|