Sam Protsenko | 29c8027 | 2024-01-10 21:09:08 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (c) 2023 Linaro Ltd. |
| 4 | */ |
| 5 | |
Sam Protsenko | 942e32c | 2024-07-23 13:14:39 -0500 | [diff] [blame] | 6 | &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 Protsenko | 29c8027 | 2024-01-10 21:09:08 -0600 | [diff] [blame] | 17 | &pmu_system_controller { |
| 18 | bootph-all; |
| 19 | samsung,uart-debug-1; |
| 20 | }; |