From 93569201d14251da2471df3d907bf96692af5fb3 Mon Sep 17 00:00:00 2001 From: Kefeng Wang Date: Tue, 27 Dec 2016 14:52:55 +0800 Subject: [PATCH] arm64: dts: Add initial dts for Hisilicon Hip06 D03 board The Hip06 soc has same cpu topology compared with Hip05, four clusters and each cluster has quard Cortex-A57, but with different IO part, like HNS, SAS and PCI, they are all upgraded. There are also not same in ITS, MBIGEN and SMMU, etc. This patch adds the initial dts for hip06 d03 board. Note, there is no serial, because the soc use LPC uart, the serial node is not needed. Signed-off-by: Kefeng Wang Signed-off-by: Kejian Yan --- arch/arm64/boot/dts/hisilicon/hip06.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hip06.dtsi b/arch/arm64/boot/dts/hisilicon/hip06.dtsi index d78a6a755d03..f2fe076bb7de 100644 --- a/arch/arm64/boot/dts/hisilicon/hip06.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hip06.dtsi @@ -377,6 +377,11 @@ #clock-cells = <0>; }; + lpc@a01b0000 { + compatible = "hisilicon,low-pin-count"; + reg = <0x0 0xa01b0000 0x0 0x1000>; + }; + usb_ohci: ohci@a7030000 { compatible = "generic-ohci"; reg = <0x0 0xa7030000 0x0 0x10000>; -- GitLab