Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /{
- Documentation for the user regarding the model and supported boards
- model = "STMicroelectronics STM32H743ZI-NUCLEO board";
- compatible = "st,stm32h743zi-nucleo";
- onoffmotors{
- compatible = "gpio-keys"; // If this doesn't work try nxt line
- // compatible = "gpio-leds";
- onoffmotor1: motor1{
- gpios = <&gpiob 8 GPIO_ACTIVE_HIGH>; // Remapped to D0 pin in Arduino Connector DTSI file
- label = "On off Motor 1"
- };
- };
- aliases{
- bimotor1 = &onoffmotor1;
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement