ARM: dts: aspeed: tacoma: Clean up KCS nodes

Make the Tacoma KCS nodes reflect the configuration of the Rainier and
Everest nodes.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20210709151119.2683600-1-andrew@aj.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Andrew Jeffery 2021-07-10 00:41:19 +09:30 committed by Joel Stanley
parent d44ea6e3c7
commit d05883790a
1 changed files with 11 additions and 0 deletions

View File

@ -877,3 +877,14 @@
status = "okay"; status = "okay";
memory-region = <&vga_memory>; memory-region = <&vga_memory>;
}; };
&kcs2 {
status = "okay";
aspeed,lpc-io-reg = <0xca8 0xcac>;
};
&kcs3 {
status = "okay";
aspeed,lpc-io-reg = <0xca2>;
aspeed,lpc-interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
};