mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 12:46:41 +07:00
cf79e41074
There are several boards available depending on the PCB (3 antennas support and several revison). Add a dtsi file to share common binding between all kizbox2 boards. This patch also add support for the kizbox2-2 variant. Signed-off-by: Kévin RAYMOND <k.raymond@overkiz.com> Signed-off-by: Mickael GARDET <m.gardet@overkiz.com> Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com> Link: https://lore.kernel.org/r/20191105212234.22999-2-kamel.bouhara@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
27 lines
513 B
Plaintext
27 lines
513 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* at91-kizbox2-2.dts - Device Tree file for the Kizbox2 with
|
|
* two head board
|
|
*
|
|
* Copyright (C) 2015 Overkiz SAS
|
|
*
|
|
* Authors: Antoine Aubert <a.aubert@overkiz.com>
|
|
* Kévin Raymond <k.raymond@overkiz.com>
|
|
*/
|
|
/dts-v1/;
|
|
#include "at91-kizbox2-common.dtsi"
|
|
|
|
/ {
|
|
model = "Overkiz Kizbox 2 with two heads";
|
|
compatible = "overkiz,kizbox2-2", "atmel,sama5d31",
|
|
"atmel,sama5d3", "atmel,sama5";
|
|
};
|
|
|
|
&usart1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&usart2 {
|
|
status = "okay";
|
|
};
|