diff options
| author | Alif Zakuan Yuslaimi <[email protected]> | 2025-02-06 16:25:11 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-25 10:53:30 -0600 |
| commit | cbb6b57d3edf4a14aea22558a16a694100665524 (patch) | |
| tree | 57e05119ec781b408aefa3b4a2360c8034f9d515 | |
| parent | dc0ee458f1afae4cb5c8a7b2c875bb24ffdf71ca (diff) | |
arch: arm: dts: agilex5: Enable I2C3
Enable i2c3 node in Agilex5 device tree
Signed-off-by: Alif Zakuan Yuslaimi <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga_agilex5_socdk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_agilex5_socdk.dts b/arch/arm/dts/socfpga_agilex5_socdk.dts index 852e1e5ae3c..ca87e99f9fa 100644 --- a/arch/arm/dts/socfpga_agilex5_socdk.dts +++ b/arch/arm/dts/socfpga_agilex5_socdk.dts @@ -62,6 +62,10 @@ status = "okay"; }; +&i2c3 { + status = "okay"; +}; + &i3c0 { status = "okay"; }; |
