2020-06-25 04:10:15 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright 2015 Google, Inc
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "rk3288-u-boot.dtsi"
|
|
|
|
|
2022-04-15 21:21:39 +00:00
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
u-boot,spl-boot-order = &spi_flash;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&dmc {
|
|
|
|
logic-supply = <&vdd_logic>;
|
|
|
|
rockchip,odt-disable-freq = <333000000>;
|
|
|
|
rockchip,dll-disable-freq = <333000000>;
|
|
|
|
rockchip,sr-enable-freq = <333000000>;
|
|
|
|
rockchip,pd-enable-freq = <666000000>;
|
|
|
|
rockchip,auto-self-refresh-cnt = <0>;
|
|
|
|
rockchip,auto-power-down-cnt = <64>;
|
|
|
|
rockchip,ddr-speed-bin = <21>;
|
|
|
|
rockchip,trcd = <10>;
|
|
|
|
rockchip,trp = <10>;
|
|
|
|
operating-points = <
|
|
|
|
/* KHz uV */
|
|
|
|
200000 1050000
|
|
|
|
333000 1100000
|
|
|
|
533000 1150000
|
|
|
|
666000 1200000
|
|
|
|
>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio3 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-04-15 21:21:39 +00:00
|
|
|
};
|
|
|
|
|
2020-06-25 04:10:15 +00:00
|
|
|
&gpio7 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2020-06-25 04:10:15 +00:00
|
|
|
};
|
|
|
|
|
2022-04-15 21:21:39 +00:00
|
|
|
&gpio8 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-04-15 21:21:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-04-15 21:21:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-04-15 21:21:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&rk808 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-04-15 21:21:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-04-15 21:21:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&spi2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-04-15 21:21:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&spi_flash {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-04-15 21:21:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-04-15 21:21:39 +00:00
|
|
|
};
|