Skip to content

Commit ffcc8e4

Browse files
Update rt118x devicetree to add lpit peripheral information
Signed-off-by: Felix Wang <fei.wang_3@nxp.com>
1 parent 50db653 commit ffcc8e4

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

dts/arm/nxp/nxp_rt118x.dtsi

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,113 @@
716716
status = "disabled";
717717
};
718718

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

0 commit comments

Comments
 (0)