mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
arm64: dts: mediatek: add device tree for Tungsten 510 board
Add device tree to support Ezurio Tungsten 510 (MT8370) SMARC SOM [1] + Universal SMARC carrier board [2]. It includes support for the MIPI-DSI BD070LIC3 display which uses the Tianma TM070JDHG30 panel + TI SN65DSI84 MIPI-DSI to LVDS bridge [3]. [1] https://www.ezurio.com/product/tungsten510-smarc [2] https://www.ezurio.com/system-on-module/accessories/universal-smarc-carrier [3] https://www.ezurio.com/product/bd070lic3-7-touchscreen-display Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
18e1d95fae
commit
9fda4a8a47
|
|
@ -159,6 +159,7 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt8195-evb.dtb
|
|||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8365-evk.dtb
|
||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8370-genio-510-evk.dtb
|
||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8370-grinn-genio-510-sbc.dtb
|
||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8370-tungsten-smarc.dtb
|
||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8395-genio-1200-evk.dtb
|
||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8395-genio-1200-evk-ufs.dtb
|
||||
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8390-genio-700-evk.dtb
|
||||
|
|
|
|||
14
arch/arm64/boot/dts/mediatek/mt8370-tungsten-smarc.dts
Normal file
14
arch/arm64/boot/dts/mediatek/mt8370-tungsten-smarc.dts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||||
/*
|
||||
* Copyright (C) 2025 Ezurio LLC
|
||||
* Author: Gary Bisson <bisson.gary@gmail.com>
|
||||
*/
|
||||
/dts-v1/;
|
||||
#include "mt8370.dtsi"
|
||||
#include "mt8390-tungsten-smarc.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Ezurio Tungsten510 SMARC (MT8370)";
|
||||
compatible = "ezurio,mt8370-tungsten-smarc", "mediatek,mt8370",
|
||||
"mediatek,mt8188";
|
||||
};
|
||||
1489
arch/arm64/boot/dts/mediatek/mt8390-tungsten-smarc.dtsi
Normal file
1489
arch/arm64/boot/dts/mediatek/mt8390-tungsten-smarc.dtsi
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user