blob: 3aa5d8bb10d0ce16a3e3f95e399008764320ac59 [file] [log] [blame]
Sam Protsenko29c80272024-01-10 21:09:08 -06001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2023 Linaro Ltd.
4 */
5
Sam Protsenko942e32c2024-07-23 13:14:39 -05006&soc {
7 /* TODO: Remove this node once it appears in upstream dts */
8 trng: rng@12081400 {
9 compatible = "samsung,exynos850-trng";
10 reg = <0x12081400 0x100>;
11 clocks = <&cmu_core CLK_GOUT_SSS_ACLK>,
12 <&cmu_core CLK_GOUT_SSS_PCLK>;
13 clock-names = "secss", "pclk";
14 };
15};
16
Sam Protsenko29c80272024-01-10 21:09:08 -060017&pmu_system_controller {
18 bootph-all;
19 samsung,uart-debug-1;
20};