Linux Audio

Check our new training course

In-person Linux kernel drivers training

Jun 16-20, 2025
Register
Loading...
Note: File does not exist in v6.13.7.
 1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 2/*
 3 * Caninos Labrador SoM V2
 4 *
 5 * Copyright (c) 2019-2020 Matheus Castello
 6 */
 7
 8#include "owl-s500.dtsi"
 9
10/ {
11	model = "Caninos Labrador Core V2.1";
12	compatible = "caninos,labrador-v2", "actions,s500";
13
14	memory@0 {
15		device_type = "memory";
16		reg = <0x0 0x80000000>;
17	};
18};
19
20&timer {
21	clocks = <&hosc>;
22};