arm64: dts: intel: agilex5: Add Altera compatible for I3C controllers

Add the "altr,agilex5-dw-i3c-master" compatible string to the
I3C controller nodes on the Agilex5 SoCFPGA platform.

Signed-off-by: Adrian Ng Ho Yin <adrianhoyin.ng@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Adrian Ng Ho Yin
2025-11-04 15:29:07 +08:00
committed by Dinh Nguyen
parent 1aa4ee5338
commit 5e7235d122

View File

@@ -239,7 +239,8 @@
};
i3c0: i3c@10da0000 {
compatible = "snps,dw-i3c-master-1.00a";
compatible = "altr,agilex5-dw-i3c-master",
"snps,dw-i3c-master-1.00a";
reg = <0x10da0000 0x1000>;
#address-cells = <3>;
#size-cells = <0>;
@@ -249,7 +250,8 @@
};
i3c1: i3c@10da1000 {
compatible = "snps,dw-i3c-master-1.00a";
compatible = "altr,agilex5-dw-i3c-master",
"snps,dw-i3c-master-1.00a";
reg = <0x10da1000 0x1000>;
#address-cells = <3>;
#size-cells = <0>;