linux-brain/arch/arm/boot/dts/owl-s500-guitar.dtsi
Andreas Färber 54f884cfce ARM: dts: owl: Convert to new-style SPDX license identifiers
Move the SPDX-License-Identifier lines to the top.

Signed-off-by: Andreas Färber <afaerber@suse.de>
2018-09-22 15:21:02 +02:00

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>;
};