44 lines
692 B
Text
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>;
|
|
};
|
|
};
|