lede/target/linux/phytium/files-5.10/Documentation/devicetree/bindings/edac/phytium-pe220x-edac.txt
HunZI a462d2b757
target: add phytium support (#11798)
* target: add phytium support

* kernel/video: add phytium platform ARM GPU support

* config: add EFI support to phytium armv8

* target: phytium: remove rtl8821cs driver

* target: phytium: refresh dts
2024-01-18 15:16:24 +08:00

24 lines
680 B
Plaintext

* Phytium Pe220x SoC EDAC node
EDAC node is defined to describe on-chip error detection and correction.
The follow error types are supported:
SoC - SoC IP's such as Ethernet, SATA, and etc
The following section describes the EDAC DT node binding.
Required properties:
- compatible: Shall be "phytium,pe220x-edac".
- reg: Shall be the Pe220x RAS resource.
- interrupts: Interrupt-specifier for RAS error IRQ(s).
Example:
edac: edac@32b28000 {
compatible = "phytium,pe220x-edac";
reg = <0x0 0x32b28000 0x0 0x1000>,
<0x0 0x31400000 0x0 0x1000>,
<0x0 0x31401000 0x0 0x1000>;
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
};