u-boot-brain/arch/x86/dts/pcspkr.dtsi
Bin Meng 9b2c8c3066 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>
2019-03-11 22:55:01 +08:00

6 lines
52 B
Plaintext

/ {
pcspkr {
compatible = "i8254,beeper";
};
};