kernel-brax3-ubuntu-touch/arch/arm64/boot/dts/mediatek/evb6873_64_gki.dts
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

44 lines
692 B
Text

// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright (C) 2020 MediaTek Inc.
* Author: Chun-Hung Wu <chun-hung.wu@mediatek.com>
*/
/dts-v1/;
#include "mt6873.dtsi"
/ {
model = "MediaTek MT6873 evaluation board";
compatible = "mediatek,mt6873_64_gki", "mediatek,mt6873";
aliases {
serial0 = &uart0;
};
chosen {
stdout-path = "serial0:921600n8";
};
memory@40000000 {
device_type = "memory";
reg = <0 0x40000000 0 0x80000000>;
};
};
&uart0 {
status = "okay";
};
&i2c6 {
tfa9874: tfa9874@34 {
compatible = "goodix,tfa9874";
#sound-dai-cells = <0>;
reg = <0x34>;
status = "okay";
};
};
&sound {
mediatek,speaker-codec {
sound-dai = <&tfa9874>;
};
};