arm64: dts: hisi: Enable Hisi LPC node for hip06

The patch enables the HiSi LPC node for hip06, with
IPMI and UART child devices.

Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
John Garry 2018-04-30 23:15:41 +08:00 committed by Wei Xu
parent 2bff359429
commit 291985c40b
2 changed files with 29 additions and 0 deletions

View File

@ -25,6 +25,14 @@
chosen { }; chosen { };
}; };
&ipmi0 {
status = "ok";
};
&uart0 {
status = "ok";
};
&eth0 { &eth0 {
status = "ok"; status = "ok";
}; };

View File

@ -350,6 +350,27 @@
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
isa@a01b0000 {
compatible = "hisilicon,hip06-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: lpc-uart@2f8 {
compatible = "ns16550a";
clock-frequency = <1843200>;
reg = <0x01 0x2f8 0x08>;
status = "disabled";
};
};
refclk: refclk { refclk: refclk {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <50000000>; clock-frequency = <50000000>;