Heiko Thiery | 47f6f00 | 2022-01-12 09:57:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright (C) 2019 Kontron Electronics GmbH |
| 4 | */ |
| 5 | |
| 6 | #include "imx8mm-u-boot.dtsi" |
| 7 | |
| 8 | / { |
| 9 | aliases { |
| 10 | usb0 = &usbotg1; |
| 11 | usb1 = &usbotg2; |
| 12 | }; |
| 13 | |
| 14 | wdt-reboot { |
| 15 | compatible = "wdt-reboot"; |
| 16 | wdt = <&wdog1>; |
| 17 | u-boot,dm-spl; |
| 18 | }; |
| 19 | |
| 20 | firmware { |
| 21 | optee { |
| 22 | compatible = "linaro,optee-tz"; |
| 23 | method = "smc"; |
| 24 | }; |
| 25 | }; |
| 26 | }; |
| 27 | |
| 28 | &fec1 { |
| 29 | phy-mode = "rgmii-rxid"; |
| 30 | }; |
| 31 | |
| 32 | &i2c1 { |
| 33 | u-boot,dm-spl; |
| 34 | u-boot,dm-pre-reloc; |
| 35 | }; |
| 36 | |
| 37 | &i2c2 { |
| 38 | status = "okay"; |
| 39 | u-boot,dm-spl; |
| 40 | u-boot,dm-pre-reloc; |
| 41 | }; |
| 42 | |
| 43 | &pinctrl_ecspi1 { |
| 44 | u-boot,dm-spl; |
| 45 | }; |
| 46 | |
| 47 | &pinctrl_i2c1 { |
| 48 | u-boot,dm-spl; |
| 49 | }; |
| 50 | |
| 51 | &pinctrl_pmic { |
| 52 | u-boot,dm-spl; |
| 53 | fsl,pins = < |
| 54 | MX8MM_IOMUXC_GPIO1_IO00_GPIO1_IO0 0x141 |
| 55 | /* Disable Pullup for SD_VSEL */ |
| 56 | MX8MM_IOMUXC_GPIO1_IO04_GPIO1_IO4 0x41 |
| 57 | >; |
| 58 | }; |
| 59 | |
| 60 | &pinctrl_uart3 { |
| 61 | u-boot,dm-spl; |
| 62 | u-boot,dm-pre-reloc; |
| 63 | }; |
| 64 | |
| 65 | &pinctrl_usdhc1 { |
| 66 | u-boot,dm-spl; |
| 67 | }; |
| 68 | |
| 69 | &pinctrl_usdhc1_100mhz { |
| 70 | u-boot,dm-spl; |
| 71 | }; |
| 72 | |
| 73 | &pinctrl_usdhc1_200mhz { |
| 74 | u-boot,dm-spl; |
| 75 | }; |
| 76 | |
| 77 | &pinctrl_usdhc2 { |
| 78 | u-boot,dm-spl; |
| 79 | }; |
| 80 | |
| 81 | &pca9450 { |
| 82 | u-boot,dm-spl; |
| 83 | }; |
| 84 | |
| 85 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@25/regulators} { |
| 86 | u-boot,dm-spl; |
| 87 | }; |
| 88 | |
| 89 | &ecspi1 { |
| 90 | u-boot,dm-spl; |
| 91 | }; |
| 92 | |
| 93 | &gpio1 { |
| 94 | u-boot,dm-spl; |
| 95 | }; |
| 96 | |
| 97 | &gpio2 { |
| 98 | u-boot,dm-spl; |
| 99 | }; |
| 100 | |
| 101 | &gpio3 { |
| 102 | u-boot,dm-spl; |
| 103 | }; |
| 104 | |
| 105 | &gpio4 { |
| 106 | u-boot,dm-spl; |
| 107 | }; |
| 108 | |
| 109 | &gpio5 { |
| 110 | u-boot,dm-spl; |
| 111 | }; |
| 112 | |
| 113 | &uart3 { |
| 114 | u-boot,dm-spl; |
| 115 | u-boot,dm-pre-reloc; |
| 116 | }; |
| 117 | |
| 118 | &usdhc1 { |
| 119 | u-boot,dm-spl; |
| 120 | }; |
| 121 | |
| 122 | &usdhc2 { |
| 123 | u-boot,dm-spl; |
| 124 | }; |
| 125 | |
| 126 | &wdog1 { |
| 127 | u-boot,dm-spl; |
| 128 | }; |