summaryrefslogtreecommitdiff
path: root/arch/arm/dts/exynos78x0-axy17lte.dts
blob: 7fae8db8749d5c9ed86071e624e9733df928e115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// SPDX-License-Identifier: GPL-2.0+
/*
 * Samsung Exynos78x0 SoC device tree source
 *
 * Copyright (c) 2020 Dzmitry Sankouski (dsankouski@gmail.com)
 */

/dts-v1/;
#include "exynos78x0.dtsi"
/ {
	compatible = "samsung,exynos78x0", "samsung,exynos7880", "samsung,exynos7870";

	aliases {
		console = &uart2;
	};

	chosen {
		stdout-path = &uart2;
	};
};

&gpioi2c0 {
	status = "okay";
};

&fin_pll {
	clock-frequency = <26000000>;
};