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:
@@ -203,6 +203,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
mouse {
|
||||
compatible = "sandbox,mouse";
|
||||
};
|
||||
|
||||
pci@0 {
|
||||
pci@1e,0 {
|
||||
compatible = "sandbox,pmc";
|
||||
|
||||
@@ -591,6 +591,10 @@
|
||||
test5-gpios = <&gpio_a 19>;
|
||||
};
|
||||
|
||||
mouse {
|
||||
compatible = "sandbox,mouse";
|
||||
};
|
||||
|
||||
mmio-bus@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user