dts: arm: mspm0: Add pinctrl and gpio entry for MSPM0
Add pinctrl and gpio data for TI MSPM0 Family. Signed-off-by: Saravanan Sekar <saravanan@linumiz.com> Signed-off-by: Jackson Farley <j-farley@ti.com>
This commit is contained in:
parent
dee5a06a45
commit
ff3ec7496f
1 changed files with 25 additions and 0 deletions
|
@ -106,6 +106,31 @@
|
|||
flash0: serial-flash@0 {
|
||||
compatible = "serial-flash";
|
||||
};
|
||||
|
||||
pinctrl: pin-controller@400a0000 {
|
||||
compatible = "ti,mspm0-pinctrl";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0x400a0000 0x4000>;
|
||||
|
||||
gpioa: gpio@400a0000 {
|
||||
compatible = "ti,mspm0-gpio";
|
||||
reg = <0x400a0000 0x2000>;
|
||||
interrupts = <1 0>;
|
||||
status = "disabled";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
gpiob: gpio@400a2000 {
|
||||
compatible = "ti,mspm0-gpio";
|
||||
reg = <0x400a2000 0x2000>;
|
||||
interrupts = <1 0>;
|
||||
status = "disabled";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue