dts: arm/nxp: Add i3c nodes to NXP MCXA153 dtsi file
Add i3c nodes to NXP MCXA153 dtsi file Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
7ed7b3cc57
commit
960e015aba
@ -174,6 +174,19 @@
|
||||
nxp,kinetis-port = <&portd>;
|
||||
};
|
||||
|
||||
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…
Reference in New Issue
Block a user