Jagan Teki | 46dbd40 | 2019-05-07 23:51:52 +0530 | [diff] [blame] | 1 | // 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 Glass | 8251e03 | 2020-07-19 13:55:58 -0600 | [diff] [blame] | 7 | |
Simon Glass | cc3f435 | 2021-12-24 16:43:44 +0300 | [diff] [blame] | 8 | / { |
| 9 | chosen { |
| 10 | u-boot,spl-boot-order = &spi_flash; |
| 11 | }; |
| 12 | |
| 13 | config { |
Jonas Karlman | 1f3294b | 2024-12-12 23:57:09 +0000 | [diff] [blame] | 14 | u-boot,spl-payload-offset = <CONFIG_SYS_SPI_U_BOOT_OFFS>; |
Simon Glass | cc3f435 | 2021-12-24 16:43:44 +0300 | [diff] [blame] | 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 | |
Jonas Karlman | e9b187d | 2024-12-12 23:57:15 +0000 | [diff] [blame^] | 32 | &emmc_phy { |
| 33 | /delete-property/ bootph-pre-ram; |
| 34 | }; |
| 35 | |
| 36 | |
Simon Glass | cc3f435 | 2021-12-24 16:43:44 +0300 | [diff] [blame] | 37 | &pp1800_audio { |
| 38 | regulator-min-microvolt = <1800000>; |
| 39 | regulator-max-microvolt = <1800000>; |
| 40 | }; |
| 41 | |
| 42 | &ppvar_bigcpu_pwm { |
| 43 | regulator-init-microvolt = <900000>; |
| 44 | }; |
| 45 | |
| 46 | &ppvar_centerlogic_pwm { |
| 47 | regulator-init-microvolt = <900000>; |
| 48 | }; |
| 49 | |
| 50 | &ppvar_gpu_pwm { |
| 51 | regulator-init-microvolt = <900000>; |
| 52 | }; |
| 53 | |
| 54 | &ppvar_litcpu_pwm { |
| 55 | regulator-init-microvolt = <900000>; |
| 56 | }; |
| 57 | |
| 58 | &ppvar_sd_card_io { |
| 59 | enable-gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>; |
| 60 | }; |
| 61 | |
Jonas Karlman | 6a6b4f5 | 2024-04-30 15:30:24 +0000 | [diff] [blame] | 62 | &sdhci { |
| 63 | /delete-property/ bootph-pre-ram; |
| 64 | }; |
| 65 | |
| 66 | &sdmmc { |
| 67 | /delete-property/ bootph-pre-ram; |
| 68 | }; |
| 69 | |
| 70 | &sdmmc_bus4 { |
| 71 | /delete-property/ bootph-pre-ram; |
| 72 | }; |
| 73 | |
| 74 | &sdmmc_cd { |
| 75 | /delete-property/ bootph-pre-ram; |
| 76 | }; |
| 77 | |
| 78 | &sdmmc_clk { |
| 79 | /delete-property/ bootph-pre-ram; |
| 80 | }; |
| 81 | |
| 82 | &sdmmc_cmd { |
| 83 | /delete-property/ bootph-pre-ram; |
| 84 | }; |
| 85 | |
Jonas Karlman | d772812 | 2024-05-01 16:22:23 +0000 | [diff] [blame] | 86 | &spi1 { |
| 87 | spi_flash: flash@0 { |
Jonas Karlman | e9b187d | 2024-12-12 23:57:15 +0000 | [diff] [blame^] | 88 | bootph-pre-ram; |
| 89 | bootph-some-ram; |
Jonas Karlman | d772812 | 2024-05-01 16:22:23 +0000 | [diff] [blame] | 90 | }; |
| 91 | }; |
| 92 | |
Simon Glass | cc3f435 | 2021-12-24 16:43:44 +0300 | [diff] [blame] | 93 | &spi5 { |
| 94 | spi-activate-delay = <100>; |
| 95 | spi-max-frequency = <3000000>; |
| 96 | spi-deactivate-delay = <200>; |
| 97 | }; |