mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
61 lines
934 B
Text
61 lines
934 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
#include "rk3188-u-boot.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
/* stdout-path = &uart2; */
|
|
stdout-path = "serial2:115200n8";
|
|
};
|
|
|
|
config {
|
|
u-boot,boot-led = "rock:red:power";
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&cru {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&dmc {
|
|
rockchip,pctl-timing = <0x12c 0xc8 0x1f4 0x1e 0x4e 0x4 0x69 0x6
|
|
0x3 0x0 0x6 0x5 0xc 0x10 0x6 0x4
|
|
0x4 0x5 0x4 0x200 0x3 0xa 0x40 0x0
|
|
0x1 0x5 0x5 0x3 0xc 0x1e 0x100 0x0
|
|
0x4 0x0>;
|
|
rockchip,phy-timing = <0x208c6690 0x690878 0x10022a00
|
|
0x220 0x40 0x0 0x0>;
|
|
rockchip,sdram-params = <0x24716310 0 2 300000000 3 9 0>;
|
|
};
|
|
|
|
&emmc {
|
|
fifo-mode;
|
|
max-frequency = <16000000>;
|
|
};
|
|
|
|
&mmc0 {
|
|
fifo-mode;
|
|
max-frequency = <16000000>;
|
|
};
|
|
|
|
&mmc1 {
|
|
fifo-mode;
|
|
max-frequency = <16000000>;
|
|
};
|
|
|
|
&pinctrl {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&timer3 {
|
|
clock-frequency = <24000000>;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&uart2 {
|
|
bootph-pre-ram;
|
|
};
|