mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
41ed3912c0
MK808 is a RK3066-based board with 1 USB host and 1 USB OTG port, HDMI and a micro-SD card slot. It also includes on-board NAND and 1GB of SDRAM. Add rk3066a-mk808.dts. Move U-boot specific things in a rk3066a-mk808-u-boot.dtsi file. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
49 lines
855 B
Text
49 lines
855 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
#include "rk3066a-u-boot.dtsi"
|
|
|
|
/ {
|
|
config {
|
|
u-boot,boot-led = "mk808:blue:power";
|
|
};
|
|
};
|
|
|
|
&cru {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&dmc {
|
|
compatible = "rockchip,rk3066-dmc", "syscon";
|
|
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>;
|
|
};
|
|
|
|
&mmc0 {
|
|
fifo-mode;
|
|
max-frequency = <4000000>;
|
|
u-boot,dm-spl;
|
|
u-boot,spl-fifo-mode;
|
|
};
|
|
|
|
&mmc1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&noc {
|
|
compatible = "rockchip,rk3066-noc", "syscon";
|
|
};
|
|
|
|
&timer2 {
|
|
clock-frequency = <24000000>;
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart2 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|