874a36f057
Add Device Trees for Caninos Loucos Labrador CoM Core v2 and base board M v1. Based on the work of Andreas Färber on Lemaker Guitar device tree. Signed-off-by: Matheus Castello <matheus@castello.eng.br> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
23 lines
354 B
Plaintext
23 lines
354 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Caninos Labrador SoM V2
|
|
*
|
|
* Copyright (c) 2019-2020 Matheus Castello
|
|
*/
|
|
|
|
#include "owl-s500.dtsi"
|
|
|
|
/ {
|
|
model = "Caninos Labrador Core V2.1";
|
|
compatible = "caninos,labrador-v2", "actions,s500";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x80000000>;
|
|
};
|
|
};
|
|
|
|
&timer {
|
|
clocks = <&hosc>;
|
|
};
|