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 <wangkefeng.wang@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
2016-04-08 14:27:11 +07:00
|
|
|
/**
|
|
|
|
* dts file for Hisilicon D03 Development Board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2016 Hisilicon Ltd.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* publishhed by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "hip06.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Hisilicon Hip06 D03 Development Board";
|
|
|
|
compatible = "hisilicon,hip06-d03";
|
|
|
|
|
|
|
|
memory@00000000 {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x0 0x00000000 0x0 0x40000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen { };
|
|
|
|
};
|
|
|
|
|
2016-08-15 14:03:43 +07:00
|
|
|
ð0 {
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
|
|
|
ð1 {
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
|
|
|
ð2 {
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
|
|
|
ð3 {
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
2016-08-15 14:03:44 +07:00
|
|
|
&sas1 {
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
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 <wangkefeng.wang@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
2016-04-08 14:27:11 +07:00
|
|
|
&usb_ohci {
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb_ehci {
|
|
|
|
status = "ok";
|
|
|
|
};
|