ARM: dts: exynos: Add nodes for True Random Number Generator
Add nodes for the True Random Number Generator found in Samsung Exynos 5250+ SoCs. Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Родитель
465def2ad4
Коммит
9dc314f69e
|
@ -216,6 +216,11 @@
|
||||||
reg = <0x10830400 0x200>;
|
reg = <0x10830400 0x200>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trng: rng@10830600 {
|
||||||
|
compatible = "samsung,exynos5250-trng";
|
||||||
|
reg = <0x10830600 0x100>;
|
||||||
|
};
|
||||||
|
|
||||||
g2d: g2d@10850000 {
|
g2d: g2d@10850000 {
|
||||||
compatible = "samsung,exynos5250-g2d";
|
compatible = "samsung,exynos5250-g2d";
|
||||||
reg = <0x10850000 0x1000>;
|
reg = <0x10850000 0x1000>;
|
||||||
|
|
|
@ -1111,4 +1111,9 @@
|
||||||
clock-names = "secss";
|
clock-names = "secss";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&trng {
|
||||||
|
clocks = <&clock CLK_SSS>;
|
||||||
|
clock-names = "secss";
|
||||||
|
};
|
||||||
|
|
||||||
#include "exynos5250-pinctrl.dtsi"
|
#include "exynos5250-pinctrl.dtsi"
|
||||||
|
|
|
@ -392,6 +392,11 @@
|
||||||
3 0 0x07000000 0x20000>;
|
3 0 0x07000000 0x20000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&trng {
|
||||||
|
clocks = <&clock CLK_SSS>;
|
||||||
|
clock-names = "secss";
|
||||||
|
};
|
||||||
|
|
||||||
&usbdrd3_0 {
|
&usbdrd3_0 {
|
||||||
clocks = <&clock CLK_USBD300>;
|
clocks = <&clock CLK_USBD300>;
|
||||||
clock-names = "usbdrd30";
|
clock-names = "usbdrd30";
|
||||||
|
|
|
@ -1479,6 +1479,11 @@
|
||||||
clock-names = "secss";
|
clock-names = "secss";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&trng {
|
||||||
|
clocks = <&clock CLK_SSS>;
|
||||||
|
clock-names = "secss";
|
||||||
|
};
|
||||||
|
|
||||||
&usbdrd3_0 {
|
&usbdrd3_0 {
|
||||||
clocks = <&clock CLK_USBD300>;
|
clocks = <&clock CLK_USBD300>;
|
||||||
clock-names = "usbdrd30";
|
clock-names = "usbdrd30";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче