diff options
author | Brijesh Singh <brijeshkumar.singh@amd.com> | 2016-02-08 11:59:14 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-08 13:38:22 -0800 |
commit | 71edbebb12f461b92e227e542cdac11773e661ef (patch) | |
tree | 4f035fb19b6dd4334b6354f40c4b26ecc76de880 /arch/arm64/boot/dts/amd | |
parent | fb8d5e09832fdb2a7c1a62f6f7a550aeffa2fb1c (diff) |
dtb: amd: Add KCS device tree node
Add KCS device node to support IPMI solution on Overdrive
system.
Signed-off-by: Brijesh Singh <brijeshkumar.singh@amd.com>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/boot/dts/amd')
-rw-r--r-- | arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi index c5461b2bd162..a7fc059a7cd9 100644 --- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi +++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi @@ -236,5 +236,16 @@ reg = <0x0 0xe8000000 0 0x1000000>; interrupts = <0 380 4>; }; + + ipmi_kcs: kcs@e0010000 { + status = "disabled"; + compatible = "ipmi-kcs"; + device_type = "ipmi"; + reg = <0x0 0xe0010000 0 0x8>; + interrupts = <0 389 4>; + interrupt-names = "ipmi_kcs"; + reg-size = <1>; + reg-spacing = <4>; + }; }; }; |