dts: arm/nxp: Add i3c nodes to NXP MCXA156 dtsi file
Add i3c nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
cec2bf0eee
commit
bb1036fea7
1 changed files with 13 additions and 0 deletions
|
@ -348,6 +348,19 @@
|
|||
};
|
||||
};
|
||||
|
||||
i3c0: i3c@40002000 {
|
||||
compatible = "nxp,mcux-i3c";
|
||||
reg = <0x40002000 0x1000>;
|
||||
interrupts = <24 0>;
|
||||
clocks = <&syscon MCUX_I3C_CLK>;
|
||||
clk-divider = <4>;
|
||||
clk-divider-slow = <1>;
|
||||
clk-divider-tc = <1>;
|
||||
status = "disabled";
|
||||
#address-cells = <3>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
lpadc0: lpadc@400af000 {
|
||||
compatible = "nxp,lpc-lpadc";
|
||||
reg = <0x400af000 0x1000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue