mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 15:36:51 +07:00
fdfe7f4f9d
Add Device Trees for Actions Semiconductor S500 SoC and LeMaker Guitar SoM and base board. Signed-off-by: Andreas Färber <afaerber@suse.de>
23 lines
307 B
Plaintext
23 lines
307 B
Plaintext
/*
|
|
* LeMaker Guitar SoM
|
|
*
|
|
* Copyright (c) 2016-2017 Andreas Färber
|
|
*
|
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
*/
|
|
|
|
#include "owl-s500.dtsi"
|
|
|
|
/ {
|
|
compatible = "lemaker,guitar", "actions,s500";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x40000000>;
|
|
};
|
|
};
|
|
|
|
&timer {
|
|
clocks = <&hosc>;
|
|
};
|