Skip to content

Commit

Permalink
ARM: dts: ast2600-evb: Enable KCS
Browse files Browse the repository at this point in the history
Enable KCS channel #3 and #4 for AST2600 EVB.

Signed-off-by: Chia-Wei Wang <[email protected]>
Change-Id: I489af6841b72d8025087adb2f5a8b98d33e33dd2
(cherry picked from commit 57995c6)
  • Loading branch information
ChiaweiW authored and aspeedkevin committed Nov 24, 2023
1 parent 23960d7 commit 9f33e2c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/aspeed/aspeed-ast2600-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,13 @@
status = "okay";
snoop-ports = <0x80>;
};

&kcs3 {
status = "okay";
aspeed,lpc-io-reg = <0xca2>;
};

&kcs4 {
status = "okay";
aspeed,lpc-io-reg = <0xca4>;
};

0 comments on commit 9f33e2c

Please sign in to comment.