dts: arm: st: h7: add rng peripheral support
rng peripheral support added rng peripheral currently disabled Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
This commit is contained in:
parent
0fd0d474fe
commit
8888d056a9
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
/ {
|
||||
chosen {
|
||||
zephyr,entropy = &rng;
|
||||
zephyr,flash-controller = &flash;
|
||||
};
|
||||
|
||||
|
@ -567,6 +568,14 @@
|
|||
label = "ADC_3";
|
||||
#io-channel-cells = <1>;
|
||||
};
|
||||
|
||||
rng: rng@48021800 {
|
||||
compatible = "st,stm32-rng";
|
||||
reg = <0x48021800 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000040>;
|
||||
status = "disabled";
|
||||
label = "RNG";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue