Re: info about device tree entry for STM32 micros
Andy Gross
I am pretty sure the encoding is the following:
toggle quoted messageShow quoted text
<&rcc STM32_CLOCK_BUS_APB1 0x00040000> First cell is reference to the clock node. That node will have a base address. The second cell is which RCC register. In this case it is APB1 (0x1c). Third cell is the mask for the enable bit for USART3.
On 8 August 2017 at 09:15, Kinder, David B <david.b.kinder@...> wrote:
Start here for kernel clocks documentation:
|
|