mirror of https://gitee.com/openkylin/linux.git
arm64: dts: hisi: Enable Hisi LPC node for hip07
The patch enables the HiSi LPC node for hip07, with the IPMI child device. Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
parent
291985c40b
commit
d2a1606c29
|
@ -57,6 +57,10 @@ &uart0 {
|
|||
status = "ok";
|
||||
};
|
||||
|
||||
&ipmi0 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&usb_ohci {
|
||||
status = "ok";
|
||||
};
|
||||
|
|
|
@ -1114,6 +1114,20 @@ soc {
|
|||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
isa@a01b0000 {
|
||||
compatible = "hisilicon,hip07-lpc";
|
||||
#size-cells = <1>;
|
||||
#address-cells = <2>;
|
||||
reg = <0x0 0xa01b0000 0x0 0x1000>;
|
||||
|
||||
ipmi0: bt@e4 {
|
||||
compatible = "ipmi-bt";
|
||||
device_type = "ipmi";
|
||||
reg = <0x01 0xe4 0x04>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
uart0: uart@602b0000 {
|
||||
compatible = "arm,sbsa-uart";
|
||||
reg = <0x0 0x602b0000 0x0 0x1000>;
|
||||
|
|
Loading…
Reference in New Issue