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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.