We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee5a06 commit ff3ec74Copy full SHA for ff3ec74
dts/arm/ti/mspm0/mspm0.dtsi
@@ -106,6 +106,31 @@
106
flash0: serial-flash@0 {
107
compatible = "serial-flash";
108
};
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
127
+ reg = <0x400a2000 0x2000>;
128
129
130
131
132
133
134
135
136
0 commit comments