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>
6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
/ {
|
|
pcspkr {
|
|
compatible = "i8254,beeper";
|
|
};
|
|
};
|