zephyr/dts/arm/microchip/mec/mec5/mec5_i3c.dtsi
Scott Worley ef02567cc1 dts: arm: microchip: Organize MEC parts into a subfolder
Microchip is adding more non-MEC devices to Zephyr such as
SAM and PIC32. Each device family will have its own subfolder.
We moved the existing MEC DTSI files into a new mec subfolder.
We also updated the existing MEC boards include paths.

Signed-off-by: Scott Worley <scott.worley@microchip.com>
2025-06-12 09:35:29 -07:00

32 lines
748 B
Text

/*
* Copyright (c) 2024 Microchip Technology Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Microchip MEC5 SoC's Improved I2C(I3C).
* Include this file in the soc {} section in the relevant chip DTSI files.
*/
i3c0: i3c@40010800 {
compatible = "microchip,mec5-i3c";
#address-cells = <3>;
#size-cells = <0>;
reg = <0x40010800 0x800>;
interrupts = <181 2>;
input-clock-frequency = <192000000>;
i3c-scl-hz = <12500000>;
i2c-scl-hz = <400000>;
status = "disabled";
};
i3c1: i3c@40010000 {
compatible = "microchip,mec5-i3c";
#address-cells = <3>;
#size-cells = <0>;
reg = <0x40010000 0x800>;
interrupts = <182 2>;
input-clock-frequency = <192000000>;
i3c-scl-hz = <12500000>;
i2c-scl-hz = <400000>;
status = "disabled";
};