Skip to content
Snippets Groups Projects
Commit 0506c92c authored by Jean Alinei's avatar Jean Alinei
Browse files

Added a dtsi file describing GPIO that can be used by the board

parent ef8f73b4
No related branches found
No related tags found
No related merge requests found
/*
* Copyright (c) 2022 OwnTech.
*
* SPDX-License-Identifier: LGLPV2.1
*/
&gpioa {
ngpios = <16>;
};
&gpiob {
ngpios = <16>;
};
&gpioc {
ngpios = <15>;
};
&gpiod {
ngpios = <3>;
};
&gpioe {
ngpios = <0>;
};
&gpiof {
ngpios = <0>;
};
&gpiog {
ngpios = <0>;
};
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include "dts/adc-channels.dtsi" #include "dts/adc-channels.dtsi"
#include "dts/ngnd.dtsi" #include "dts/ngnd.dtsi"
#include "dts/can-standby-switch.dtsi" #include "dts/can-standby-switch.dtsi"
#include "dts/gpio.dtsi"
/ { / {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment