mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
x86: Add a dtsi file for the pc speaker
The pc speaker driven by the i8254 is generic enough to deserve a single dtsi file to be included by boards that use it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7d0a53a40c
commit
9b2c8c3066
5
arch/x86/dts/pcspkr.dtsi
Normal file
5
arch/x86/dts/pcspkr.dtsi
Normal file
@ -0,0 +1,5 @@
|
||||
/ {
|
||||
pcspkr {
|
||||
compatible = "i8254,beeper";
|
||||
};
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user