Skip to content

Commit ff3ec74

Browse files
ssekar15kartben
authored andcommitted
dts: arm: mspm0: Add pinctrl and gpio entry for MSPM0
Add pinctrl and gpio data for TI MSPM0 Family. Signed-off-by: Saravanan Sekar <[email protected]> Signed-off-by: Jackson Farley <[email protected]>
1 parent dee5a06 commit ff3ec74

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

dts/arm/ti/mspm0/mspm0.dtsi

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,31 @@
106106
flash0: serial-flash@0 {
107107
compatible = "serial-flash";
108108
};
109+
110+
pinctrl: pin-controller@400a0000 {
111+
compatible = "ti,mspm0-pinctrl";
112+
#address-cells = <1>;
113+
#size-cells = <1>;
114+
reg = <0x400a0000 0x4000>;
115+
116+
gpioa: gpio@400a0000 {
117+
compatible = "ti,mspm0-gpio";
118+
reg = <0x400a0000 0x2000>;
119+
interrupts = <1 0>;
120+
status = "disabled";
121+
gpio-controller;
122+
#gpio-cells = <2>;
123+
};
124+
125+
gpiob: gpio@400a2000 {
126+
compatible = "ti,mspm0-gpio";
127+
reg = <0x400a2000 0x2000>;
128+
interrupts = <1 0>;
129+
status = "disabled";
130+
gpio-controller;
131+
#gpio-cells = <2>;
132+
};
133+
};
109134
};
110135
};
111136

0 commit comments

Comments
 (0)