dts: arm: ti: am62x_m4: Add gpio0 node
The M4F subsystem has a dedicated GPIO controller with 24 available pins. Add the node definition for the recently added driver. Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
parent
fbd2b84e0e
commit
474bbd12e9
|
@ -8,6 +8,7 @@
|
|||
#include <freq.h>
|
||||
#include <arm/armv7-m.dtsi>
|
||||
#include <zephyr/dt-bindings/pinctrl/ti-k3-pinctrl.h>
|
||||
#include <zephyr/dt-bindings/gpio/gpio.h>
|
||||
|
||||
/ {
|
||||
|
||||
|
@ -54,6 +55,16 @@
|
|||
reg-shift = <2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gpio0: gpio@4201010 {
|
||||
compatible = "ti,davinci-gpio";
|
||||
reg = <0x4201010 0x100>;
|
||||
#address-cells = <2>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
ngpios = <24>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&nvic {
|
||||
|
|
Loading…
Reference in a new issue