Skip to content

Commit

Permalink
dts: wb: enable ADC
Browse files Browse the repository at this point in the history
Enable ADC on STM32WB

Signed-off-by: Rick Conrey <rick.conrey@witiproducts.com>
  • Loading branch information
witi-manufacturing authored and galak committed Jul 31, 2019
1 parent 5ba6d57 commit 8e62304
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dts/arm/st/wb/stm32wb.dtsi
Expand Up @@ -252,6 +252,15 @@
#pwm-cells = <2>; #pwm-cells = <2>;
}; };
}; };

adc1: adc@50040000 {
compatible = "st,stm32-adc";
reg = <0x50040000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00002000>;
interrupts = <18 0>;
status = "disabled";
label = "ADC_1";
};
}; };
}; };


Expand Down

0 comments on commit 8e62304

Please sign in to comment.