mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-10 09:17:00 +02:00
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>
6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
/ {
|
|
pcspkr {
|
|
compatible = "i8254,beeper";
|
|
};
|
|
};
|