mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
ARM: dts: microchip: add I3C controller
Add I3C controller for sama7d65 SoC. Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> Link: https://lore.kernel.org/r/20260525092405.1514213-5-manikandan.m@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
parent
254f49634e
commit
96b33938cf
|
|
@ -1055,5 +1055,13 @@ gic: interrupt-controller@e8c11000 {
|
|||
#address-cells = <0>;
|
||||
interrupt-controller;
|
||||
};
|
||||
|
||||
i3c: i3c@e9000000 {
|
||||
compatible = "microchip,sama7d65-i3c-hci";
|
||||
reg = <0xe9000000 0x300>;
|
||||
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&pmc PMC_TYPE_PERIPHERAL 105>, <&pmc PMC_TYPE_GCK 105>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user