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 791af9a commit f6f93e2Copy full SHA for f6f93e2
dts/arm/ti/mspm0/mspm0.dtsi
@@ -90,6 +90,31 @@
90
flash0: serial-flash@0 {
91
compatible = "serial-flash";
92
};
93
+
94
+ pinctrl: pin-controller@400a0000 {
95
+ compatible = "ti,mspm0-pinctrl";
96
+ #address-cells = <1>;
97
+ #size-cells = <1>;
98
+ reg = <0x400a0000 0x4000>;
99
100
+ gpioa: gpio@400a0000 {
101
+ compatible = "ti,mspm0-gpio";
102
+ reg = <0x400a0000 0x2000>;
103
+ interrupts = <1 0>;
104
+ status = "disabled";
105
+ gpio-controller;
106
+ #gpio-cells = <2>;
107
+ };
108
109
+ gpiob: gpio@400a2000 {
110
111
+ reg = <0x400a2000 0x2000>;
112
113
114
115
116
117
118
119
120
0 commit comments