提交 2d3b928e 编写于 作者: L Lu Feifei 提交者: guzitao

sw64: add a misc device to chip_vt.dts for memory-hotplug

Sunway inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I56WV8

--------------------------------

This is an emulated device used to communicate with the memory-hotplug
device on the qemu side, so the device is added to device tree for
guest os.
Signed-off-by: NLu Feifei <lufeifei@wxiat.com>
Signed-off-by: NGu Zitao <guzitao@wxiat.com>
上级 248fac94
......@@ -34,5 +34,17 @@
clock-frequency = <24000000>;
status = "okay";
};
misc: misc0@8036 {
#address-cells = <2>;
#size-cells = <2>;
compatible = "sw6,sunway-ged";
reg = <0x8036 0x0 0x0 0x20>;
interrupt-parent=<&intc>;
interrupts = <13>;
reg-shift = <0>;
reg-io-width = <8>;
clock-frequency = <24000000>;
status = "okay";
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册