mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: rk3568: add edac device
Signed-off-by: Zhihuan He <huan.he@rock-chips.com> Change-Id: If8f65c9a15ebd89b46e480f9f7517c62d4921e3b
This commit is contained in:
@@ -12,6 +12,14 @@
|
||||
ethernet0 = &gmac0;
|
||||
};
|
||||
|
||||
edac: edac {
|
||||
compatible = "rockchip,rk3568-edac";
|
||||
interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "ce", "ue";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gmac0_clkin: external-gmac0-clock {
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <125000000>;
|
||||
|
||||
Reference in New Issue
Block a user