blob: 6bdc892bd913a86927a8c223b70203a338ef3a0f [file] [log] [blame]
Jagan Teki46dbd402019-05-07 23:51:52 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
4 */
5
6#include "rk3399-u-boot.dtsi"
Simon Glass8251e032020-07-19 13:55:58 -06007
Simon Glasscc3f4352021-12-24 16:43:44 +03008/ {
9 chosen {
10 u-boot,spl-boot-order = &spi_flash;
11 };
12
13 config {
14 u-boot,spl-payload-offset = <0x40000>;
15 };
16};
17
18&binman {
19 rom {
20 size = <0x800000>;
21 };
22};
23
24&cros_ec {
25 ec-interrupt = <&gpio0 RK_PA1 GPIO_ACTIVE_LOW>;
26};
27
28&edp {
29 rockchip,panel = <&edp_panel>;
30};
31
32&pp1800_audio {
33 regulator-min-microvolt = <1800000>;
34 regulator-max-microvolt = <1800000>;
35};
36
37&ppvar_bigcpu_pwm {
38 regulator-init-microvolt = <900000>;
39};
40
41&ppvar_centerlogic_pwm {
42 regulator-init-microvolt = <900000>;
43};
44
45&ppvar_gpu_pwm {
46 regulator-init-microvolt = <900000>;
47};
48
49&ppvar_litcpu_pwm {
50 regulator-init-microvolt = <900000>;
51};
52
53&ppvar_sd_card_io {
54 enable-gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
55};
56
Jonas Karlman6a6b4f52024-04-30 15:30:24 +000057&sdhci {
58 /delete-property/ bootph-pre-ram;
59};
60
61&sdmmc {
62 /delete-property/ bootph-pre-ram;
63};
64
65&sdmmc_bus4 {
66 /delete-property/ bootph-pre-ram;
67};
68
69&sdmmc_cd {
70 /delete-property/ bootph-pre-ram;
71};
72
73&sdmmc_clk {
74 /delete-property/ bootph-pre-ram;
75};
76
77&sdmmc_cmd {
78 /delete-property/ bootph-pre-ram;
79};
80
Jonas Karlmand7728122024-05-01 16:22:23 +000081&spi1 {
82 spi_flash: flash@0 {
83 bootph-all;
84 };
85};
86
Simon Glasscc3f4352021-12-24 16:43:44 +030087&spi5 {
88 spi-activate-delay = <100>;
89 spi-max-frequency = <3000000>;
90 spi-deactivate-delay = <200>;
91};