sandbox: Enable the mouse

Provide a devicetree fragment to enable a mouse for sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-12 14:36:53 -06:00
parent 9e1888ee68
commit f7189fe034
2 changed files with 8 additions and 0 deletions

View File

@@ -203,6 +203,10 @@
};
};
mouse {
compatible = "sandbox,mouse";
};
pci@0 {
pci@1e,0 {
compatible = "sandbox,pmc";

View File

@@ -591,6 +591,10 @@
test5-gpios = <&gpio_a 19>;
};
mouse {
compatible = "sandbox,mouse";
};
mmio-bus@0 {
#address-cells = <1>;
#size-cells = <1>;