mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
3e2095e960
Samsung Galaxy A3, A5, A7 (2017) - middle class Samsung smartphones. U-boot can be used as chain-loaded bootloader to gain control on booting vanilla linux(and possibly others) kernels Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com> Cc: Minkyu Kang <mk7.kang@samsung.com>
29 lines
436 B
Text
29 lines
436 B
Text
// 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>;
|
|
};
|
|
|