mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
9b2c8c3066
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>
5 lines
52 B
Text
5 lines
52 B
Text
/ {
|
|
pcspkr {
|
|
compatible = "i8254,beeper";
|
|
};
|
|
};
|