Skip to content

Commit f4f2957

Browse files
FelixWang47831MaureenHelm
authored andcommitted
dts: arm: nxp: rt118x: add lpit instances for RT118X
Add lpit1, lpit2, lpit3 and all of the channels information Signed-off-by: Felix Wang <[email protected]>
1 parent a717fac commit f4f2957

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

dts/arm/nxp/nxp_rt118x.dtsi

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,112 @@
722722
status = "disabled";
723723
};
724724

725+
lpit1: lpit@442f0000 {
726+
compatible = "nxp,lpit";
727+
reg = <0x442f0000 0x1000>;
728+
interrupts = <15 0>;
729+
clocks = <&ccm IMX_CCM_LPIT1_CLK 0x0 0>;
730+
status = "disabled";
731+
max-load-value = <0xffffffff>;
732+
#address-cells = <1>;
733+
#size-cells = <0>;
734+
735+
lpit1_channel0: lpit_channel@0 {
736+
compatible = "nxp,lpit-channel";
737+
reg = <0>;
738+
status = "disabled";
739+
};
740+
741+
lpit1_channel1: lpit_channel@1 {
742+
compatible = "nxp,lpit-channel";
743+
reg = <1>;
744+
status = "disabled";
745+
};
746+
747+
lpit1_channel2: lpit_channel@2 {
748+
compatible = "nxp,lpit-channel";
749+
reg = <2>;
750+
status = "disabled";
751+
};
752+
753+
lpit1_channel3: lpit_channel@3 {
754+
compatible = "nxp,lpit-channel";
755+
reg = <3>;
756+
status = "disabled";
757+
};
758+
};
759+
760+
lpit2: lpit@424c0000 {
761+
compatible = "nxp,lpit";
762+
reg = <0x424c0000 0x1000>;
763+
interrupts = <64 0>;
764+
clocks = <&ccm IMX_CCM_LPIT2_CLK 0x0 0>;
765+
status = "disabled";
766+
max-load-value = <0xffffffff>;
767+
#address-cells = <1>;
768+
#size-cells = <0>;
769+
770+
lpit2_channel0: lpit_channel@0 {
771+
compatible = "nxp,lpit-channel";
772+
reg = <0>;
773+
status = "disabled";
774+
};
775+
776+
lpit2_channel1: lpit_channel@1 {
777+
compatible = "nxp,lpit-channel";
778+
reg = <1>;
779+
status = "disabled";
780+
};
781+
782+
lpit2_channel2: lpit_channel@2 {
783+
compatible = "nxp,lpit-channel";
784+
reg = <2>;
785+
status = "disabled";
786+
};
787+
788+
lpit2_channel3: lpit_channel@3 {
789+
compatible = "nxp,lpit-channel";
790+
reg = <3>;
791+
status = "disabled";
792+
};
793+
};
794+
795+
lpit3: lpit@42cc0000 {
796+
compatible = "nxp,lpit";
797+
reg = <0x42cc0000 0x1000>;
798+
interrupts = <149 0>;
799+
clocks = <&ccm IMX_CCM_LPIT3_CLK 0x0 0>;
800+
status = "disabled";
801+
max-load-value = <0xffffffff>;
802+
#address-cells = <1>;
803+
#size-cells = <0>;
804+
805+
lpit3_channel0: lpit_channel@0 {
806+
compatible = "nxp,lpit-channel";
807+
reg = <0>;
808+
status = "disabled";
809+
};
810+
811+
lpit3_channel1: lpit_channel@1 {
812+
compatible = "nxp,lpit-channel";
813+
reg = <1>;
814+
status = "disabled";
815+
};
816+
817+
lpit3_channel2: lpit_channel@2 {
818+
compatible = "nxp,lpit-channel";
819+
reg = <2>;
820+
status = "disabled";
821+
};
822+
823+
lpit3_channel3: lpit_channel@3 {
824+
compatible = "nxp,lpit-channel";
825+
reg = <3>;
826+
status = "disabled";
827+
};
828+
};
829+
830+
725831
lptmr1: lptmr@4300000 {
726832
compatible = "nxp,lptmr";
727833
reg = <0x4300000 0x1000>;

0 commit comments

Comments
 (0)