stm32f746: to switch on user LED1 & read user button
[platform/kernel/u-boot.git] / arch / arm / dts / stm32f746-disco.dts
index f830aa9..8e4576b 100644 (file)
                gpio9 = &gpioj;
                gpio10 = &gpiok;
        };
+
+       led1 {
+               compatible = "st,led1";
+               led-gpio = <&gpioi 1 0>;
+       };
+
+       button1 {
+               compatible = "st,button1";
+               button-gpio = <&gpioi 11 0>;
+       };
 };
 
 &clk_hse {