add qua_audio

This commit is contained in:
hyx 2026-06-07 14:46:28 +08:00
parent 21c5a66025
commit b651042354
4 changed files with 12 additions and 1 deletions

View File

@ -68,6 +68,12 @@ timer {
clock-frequency = <24000000>; clock-frequency = <24000000>;
}; };
qua_audio {
compatible = "qua,audio";
reset-gpio = <&gpio4 2 0>;
status = "okay";
};
gic: interrupt-controller@00200000 { gic: interrupt-controller@00200000 {
compatible = "arm,cortex-a7-gic", "arm,cortex-a9-gic"; compatible = "arm,cortex-a7-gic", "arm,cortex-a9-gic";
#interrupt-cells = <3>; #interrupt-cells = <3>;
@ -513,6 +519,7 @@ ephy_vgb_trim: ephy_vgbtrim@36 {
}; };
}; };
i2c0: i2c@08d00000 { i2c0: i2c@08d00000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;

View File

@ -126,6 +126,10 @@ CONFIG_CRYPTO_DEV_CRYPTODEV=y
# CONFIG_SYMBOLIC_ERRNAME is not set # CONFIG_SYMBOLIC_ERRNAME is not set
CONFIG_FRAME_WARN=4096 CONFIG_FRAME_WARN=4096
CONFIG_DEBUG_FS=y CONFIG_DEBUG_FS=y
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_DRIVERS=y
CONFIG_SND_QUA=y
# CONFIG_DEBUG_MISC is not set # CONFIG_DEBUG_MISC is not set
# CONFIG_SCHED_DEBUG is not set # CONFIG_SCHED_DEBUG is not set
# CONFIG_FTRACE is not set # CONFIG_FTRACE is not set

View File

@ -6,4 +6,4 @@ width = 800
height = 1280 height = 1280
framerate = 40 framerate = 40
[audio] [audio]
mute = 1 mute = 0