diff options
author | Joel Stanley <joel@jms.id.au> | 2017-12-11 05:49:20 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-12-21 06:33:17 +0300 |
commit | d558ce0ff0730a8eee2ec271084552b6fdf00bf9 (patch) | |
tree | f3d420449910b0fb1c1d9a8575556e1ba2243063 /arch/arm/boot/dts/aspeed-g5.dtsi | |
parent | 0734089f06e7a4e8ce0df0c3fb95b9e03f684514 (diff) | |
download | linux-d558ce0ff0730a8eee2ec271084552b6fdf00bf9.tar.xz |
ARM: dts: aspeed: Add LPC Snoop device
LPC snoop hardware on the ASPEED BMC, used for monitoring
host I/O port activity.
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index af3869ec87bb..d558091aa92b 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -288,6 +288,12 @@ status = "disabled"; }; + lpc_snoop: lpc-snoop@0 { + compatible = "aspeed,ast2500-lpc-snoop"; + reg = <0x0 0x80>; + interrupts = <8>; + status = "disabled"; + }; lhc: lhc@20 { compatible = "aspeed,ast2500-lhc"; |