Skip to content

Commit

Permalink
dts: arm: microchip: Add dtsi entries for PS/2 devices in MEC1501
Browse files Browse the repository at this point in the history
Create new nodes for PS/2 devices which can be used for
mouse and keyboard

Signed-off-by: Francisco Munoz <[email protected]>
  • Loading branch information
franciscomunoz authored and andrewboie committed Sep 18, 2019
1 parent 4426f49 commit 34f4e30
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dts/arm/microchip/mec1501hsz.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,23 @@
label = "TIMER_3";
max-value = <0xFFFFFFFF>;
prescaler = <0>;
};
ps2_0: ps2@40009000 {
compatible = "microchip,xec-ps2";
reg = <0x40009000 0x40>;
interrupts = <100 1>;
label = "PS2_0";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
ps2_1: ps2@40009040 {
compatible = "microchip,xec-ps2";
reg = <0x40009040 0x40>;
interrupts = <101 1>;
label = "PS2_1";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
};
Expand Down

0 comments on commit 34f4e30

Please sign in to comment.