• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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};
23