diff options
author | John Garry <john.garry@huawei.com> | 2018-04-30 18:15:42 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2018-05-15 16:52:51 +0300 |
commit | d2a1606c29963f64c6566ffc9e62c387ba88c49c (patch) | |
tree | 32895b9fd5dc57a7861d4c694ee37a355aa4b0f7 /arch/arm64/boot/dts/hisilicon/hip07.dtsi | |
parent | 291985c40b72a58ef7193a6dc0ab5c6c6d50ac32 (diff) | |
download | linux-d2a1606c29963f64c6566ffc9e62c387ba88c49c.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon/hip07.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hip07.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hip07.dtsi b/arch/arm64/boot/dts/hisilicon/hip07.dtsi index 0600a6a84ab7..9c10030a07f8 100644 --- a/arch/arm64/boot/dts/hisilicon/hip07.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hip07.dtsi @@ -1114,6 +1114,20 @@ #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>; |