summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/hisilicon/hip06.dtsi
diff options
context:
space:
mode:
authorJohn Garry <john.garry@huawei.com>2018-04-30 23:15:41 +0800
committerWei Xu <xuwei5@hisilicon.com>2018-05-15 14:52:43 +0100
commit291985c40b72a58ef7193a6dc0ab5c6c6d50ac32 (patch)
tree7fb7a1168f9713811d3bc8f405413701caa2b116 /arch/arm64/boot/dts/hisilicon/hip06.dtsi
parent2bff3594295bc9de5c60d0d4e7837d88e08f9d19 (diff)
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>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon/hip06.dtsi')
-rw-r--r--arch/arm64/boot/dts/hisilicon/hip06.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hip06.dtsi b/arch/arm64/boot/dts/hisilicon/hip06.dtsi
index 35202ebe62a7..d78a6a755d03 100644
--- a/arch/arm64/boot/dts/hisilicon/hip06.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hip06.dtsi
@@ -350,6 +350,27 @@
#size-cells = <2>;
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 {
compatible = "fixed-clock";
clock-frequency = <50000000>;