Commit 71edbebb authored by Brijesh Singh's avatar Brijesh Singh Committed by Olof Johansson

dtb: amd: Add KCS device tree node

Add KCS device node to support IPMI solution on Overdrive
system.
Signed-off-by: default avatarBrijesh Singh <brijeshkumar.singh@amd.com>
Signed-off-by: default avatarSuravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent fb8d5e09
......@@ -236,5 +236,16 @@ ccn: ccn@0xe8000000 {
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>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment