![]() |
|
|||
0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 0002 /* 0003 * Caninos Labrador SoM V2 0004 * 0005 * Copyright (c) 2019-2020 Matheus Castello 0006 */ 0007 0008 #include "owl-s500.dtsi" 0009 0010 / { 0011 model = "Caninos Labrador Core V2.1"; 0012 compatible = "caninos,labrador-v2", "actions,s500"; 0013 0014 memory@0 { 0015 device_type = "memory"; 0016 reg = <0x0 0x80000000>; 0017 }; 0018 }; 0019 0020 &timer { 0021 clocks = <&hosc>; 0022 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |