1b8656c67SMikko Perttunen// SPDX-License-Identifier: GPL-2.0 2b8656c67SMikko Perttunen#include "tegra194.dtsi" 3b8656c67SMikko Perttunen 4b8656c67SMikko Perttunen#include <dt-bindings/mfd/max77620.h> 5b8656c67SMikko Perttunen 6b8656c67SMikko Perttunen/ { 7b8656c67SMikko Perttunen model = "NVIDIA Tegra194 P2888 Processor Module"; 8b8656c67SMikko Perttunen compatible = "nvidia,p2888", "nvidia,tegra194"; 9b8656c67SMikko Perttunen 10b8656c67SMikko Perttunen aliases { 11b8656c67SMikko Perttunen sdhci0 = "/cbb/sdhci@3460000"; 12b8656c67SMikko Perttunen sdhci1 = "/cbb/sdhci@3400000"; 13b8656c67SMikko Perttunen serial0 = &uartb; 14b8656c67SMikko Perttunen i2c0 = "/bpmp/i2c"; 15b8656c67SMikko Perttunen i2c1 = "/cbb/i2c@3160000"; 16b8656c67SMikko Perttunen i2c2 = "/cbb/i2c@c240000"; 17b8656c67SMikko Perttunen i2c3 = "/cbb/i2c@3180000"; 18b8656c67SMikko Perttunen i2c4 = "/cbb/i2c@3190000"; 19b8656c67SMikko Perttunen i2c5 = "/cbb/i2c@31c0000"; 20b8656c67SMikko Perttunen i2c6 = "/cbb/i2c@c250000"; 21b8656c67SMikko Perttunen i2c7 = "/cbb/i2c@31e0000"; 22b8656c67SMikko Perttunen }; 23b8656c67SMikko Perttunen 24b8656c67SMikko Perttunen chosen { 25b8656c67SMikko Perttunen bootargs = "console=ttyS0,115200n8"; 26b8656c67SMikko Perttunen stdout-path = "serial0:115200n8"; 27b8656c67SMikko Perttunen }; 28b8656c67SMikko Perttunen 29b8656c67SMikko Perttunen cbb { 30*f89b58ceSMikko Perttunen ethernet@2490000 { 31*f89b58ceSMikko Perttunen status = "okay"; 32*f89b58ceSMikko Perttunen 33*f89b58ceSMikko Perttunen phy-reset-gpios = <&gpio TEGRA194_MAIN_GPIO(G, 5) GPIO_ACTIVE_LOW>; 34*f89b58ceSMikko Perttunen phy-handle = <&phy>; 35*f89b58ceSMikko Perttunen phy-mode = "rgmii"; 36*f89b58ceSMikko Perttunen 37*f89b58ceSMikko Perttunen mdio { 38*f89b58ceSMikko Perttunen #address-cells = <1>; 39*f89b58ceSMikko Perttunen #size-cells = <0>; 40*f89b58ceSMikko Perttunen 41*f89b58ceSMikko Perttunen phy: phy@0 { 42*f89b58ceSMikko Perttunen compatible = "ethernet-phy-ieee802.3-c22"; 43*f89b58ceSMikko Perttunen reg = <0x0>; 44*f89b58ceSMikko Perttunen interrupt-parent = <&gpio>; 45*f89b58ceSMikko Perttunen interrupts = <TEGRA194_MAIN_GPIO(G, 4) IRQ_TYPE_LEVEL_LOW>; 46*f89b58ceSMikko Perttunen }; 47*f89b58ceSMikko Perttunen }; 48*f89b58ceSMikko Perttunen }; 49*f89b58ceSMikko Perttunen 50b8656c67SMikko Perttunen serial@3110000 { 51b8656c67SMikko Perttunen status = "okay"; 52b8656c67SMikko Perttunen }; 53b8656c67SMikko Perttunen 54b8656c67SMikko Perttunen /* SDMMC1 (SD/MMC) */ 55b8656c67SMikko Perttunen sdhci@3400000 { 56b8656c67SMikko Perttunen cd-gpios = <&gpio TEGRA194_MAIN_GPIO(A, 0) GPIO_ACTIVE_LOW>; 57b8656c67SMikko Perttunen }; 58b8656c67SMikko Perttunen 59b8656c67SMikko Perttunen /* SDMMC4 (eMMC) */ 60b8656c67SMikko Perttunen sdhci@3460000 { 61b8656c67SMikko Perttunen status = "okay"; 62b8656c67SMikko Perttunen bus-width = <8>; 63b8656c67SMikko Perttunen non-removable; 64b8656c67SMikko Perttunen 65b8656c67SMikko Perttunen vqmmc-supply = <&vdd_1v8ls>; 66b8656c67SMikko Perttunen vmmc-supply = <&vdd_emmc_3v3>; 67b8656c67SMikko Perttunen }; 68b8656c67SMikko Perttunen 69b8656c67SMikko Perttunen pmc@c360000 { 70b8656c67SMikko Perttunen nvidia,invert-interrupt; 71b8656c67SMikko Perttunen }; 72b8656c67SMikko Perttunen }; 73b8656c67SMikko Perttunen 74b8656c67SMikko Perttunen bpmp { 75b8656c67SMikko Perttunen i2c { 76b8656c67SMikko Perttunen status = "okay"; 77b8656c67SMikko Perttunen 78b8656c67SMikko Perttunen pmic: pmic@3c { 79b8656c67SMikko Perttunen compatible = "maxim,max20024"; 80b8656c67SMikko Perttunen reg = <0x3c>; 81b8656c67SMikko Perttunen 82b8656c67SMikko Perttunen interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>; 83b8656c67SMikko Perttunen #interrupt-cells = <2>; 84b8656c67SMikko Perttunen interrupt-controller; 85b8656c67SMikko Perttunen 86b8656c67SMikko Perttunen #gpio-cells = <2>; 87b8656c67SMikko Perttunen gpio-controller; 88b8656c67SMikko Perttunen 89b8656c67SMikko Perttunen pinctrl-names = "default"; 90b8656c67SMikko Perttunen pinctrl-0 = <&max20024_default>; 91b8656c67SMikko Perttunen 92b8656c67SMikko Perttunen max20024_default: pinmux { 93b8656c67SMikko Perttunen gpio0 { 94b8656c67SMikko Perttunen pins = "gpio0"; 95b8656c67SMikko Perttunen function = "gpio"; 96b8656c67SMikko Perttunen }; 97b8656c67SMikko Perttunen 98b8656c67SMikko Perttunen gpio1 { 99b8656c67SMikko Perttunen pins = "gpio1"; 100b8656c67SMikko Perttunen function = "fps-out"; 101b8656c67SMikko Perttunen maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>; 102b8656c67SMikko Perttunen }; 103b8656c67SMikko Perttunen 104b8656c67SMikko Perttunen gpio2 { 105b8656c67SMikko Perttunen pins = "gpio2"; 106b8656c67SMikko Perttunen function = "fps-out"; 107b8656c67SMikko Perttunen maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>; 108b8656c67SMikko Perttunen }; 109b8656c67SMikko Perttunen 110b8656c67SMikko Perttunen gpio3 { 111b8656c67SMikko Perttunen pins = "gpio3"; 112b8656c67SMikko Perttunen function = "fps-out"; 113b8656c67SMikko Perttunen maxim,active-fps-source = <MAX77620_FPS_SRC_DEF>; 114b8656c67SMikko Perttunen }; 115b8656c67SMikko Perttunen 116b8656c67SMikko Perttunen gpio4 { 117b8656c67SMikko Perttunen pins = "gpio4"; 118b8656c67SMikko Perttunen function = "32k-out1"; 119b8656c67SMikko Perttunen drive-push-pull = <1>; 120b8656c67SMikko Perttunen }; 121b8656c67SMikko Perttunen 122b8656c67SMikko Perttunen gpio6 { 123b8656c67SMikko Perttunen pins = "gpio6"; 124b8656c67SMikko Perttunen function = "gpio"; 125b8656c67SMikko Perttunen drive-push-pull = <1>; 126b8656c67SMikko Perttunen }; 127b8656c67SMikko Perttunen 128b8656c67SMikko Perttunen gpio7 { 129b8656c67SMikko Perttunen pins = "gpio7"; 130b8656c67SMikko Perttunen function = "gpio"; 131b8656c67SMikko Perttunen drive-push-pull = <0>; 132b8656c67SMikko Perttunen }; 133b8656c67SMikko Perttunen }; 134b8656c67SMikko Perttunen 135b8656c67SMikko Perttunen fps { 136b8656c67SMikko Perttunen fps0 { 137b8656c67SMikko Perttunen maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 138b8656c67SMikko Perttunen maxim,shutdown-fps-time-period-us = <640>; 139b8656c67SMikko Perttunen }; 140b8656c67SMikko Perttunen 141b8656c67SMikko Perttunen fps1 { 142b8656c67SMikko Perttunen maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; 143b8656c67SMikko Perttunen maxim,shutdown-fps-time-period-us = <640>; 144b8656c67SMikko Perttunen maxim,device-state-on-disabled-event = <MAX77620_FPS_INACTIVE_STATE_SLEEP>; 145b8656c67SMikko Perttunen }; 146b8656c67SMikko Perttunen 147b8656c67SMikko Perttunen fps2 { 148b8656c67SMikko Perttunen maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; 149b8656c67SMikko Perttunen maxim,shutdown-fps-time-period-us = <640>; 150b8656c67SMikko Perttunen }; 151b8656c67SMikko Perttunen }; 152b8656c67SMikko Perttunen 153b8656c67SMikko Perttunen regulators { 154b8656c67SMikko Perttunen in-sd0-supply = <&vdd_5v0_sys>; 155b8656c67SMikko Perttunen in-sd1-supply = <&vdd_5v0_sys>; 156b8656c67SMikko Perttunen in-sd2-supply = <&vdd_5v0_sys>; 157b8656c67SMikko Perttunen in-sd3-supply = <&vdd_5v0_sys>; 158b8656c67SMikko Perttunen in-sd4-supply = <&vdd_5v0_sys>; 159b8656c67SMikko Perttunen 160b8656c67SMikko Perttunen in-ldo0-1-supply = <&vdd_5v0_sys>; 161b8656c67SMikko Perttunen in-ldo2-supply = <&vdd_5v0_sys>; 162b8656c67SMikko Perttunen in-ldo3-5-supply = <&vdd_5v0_sys>; 163b8656c67SMikko Perttunen in-ldo4-6-supply = <&vdd_5v0_sys>; 164b8656c67SMikko Perttunen in-ldo7-8-supply = <&vdd_1v8ls>; 165b8656c67SMikko Perttunen 166b8656c67SMikko Perttunen sd0 { 167b8656c67SMikko Perttunen regulator-name = "VDD_1V0"; 168b8656c67SMikko Perttunen regulator-min-microvolt = <1000000>; 169b8656c67SMikko Perttunen regulator-max-microvolt = <1000000>; 170b8656c67SMikko Perttunen regulator-always-on; 171b8656c67SMikko Perttunen regulator-boot-on; 172b8656c67SMikko Perttunen }; 173b8656c67SMikko Perttunen 174b8656c67SMikko Perttunen sd1 { 175b8656c67SMikko Perttunen regulator-name = "VDD_1V8HS"; 176b8656c67SMikko Perttunen regulator-min-microvolt = <1800000>; 177b8656c67SMikko Perttunen regulator-max-microvolt = <1800000>; 178b8656c67SMikko Perttunen regulator-always-on; 179b8656c67SMikko Perttunen regulator-boot-on; 180b8656c67SMikko Perttunen }; 181b8656c67SMikko Perttunen 182b8656c67SMikko Perttunen vdd_1v8ls: sd2 { 183b8656c67SMikko Perttunen regulator-name = "VDD_1V8LS"; 184b8656c67SMikko Perttunen regulator-min-microvolt = <1800000>; 185b8656c67SMikko Perttunen regulator-max-microvolt = <1800000>; 186b8656c67SMikko Perttunen regulator-always-on; 187b8656c67SMikko Perttunen regulator-boot-on; 188b8656c67SMikko Perttunen }; 189b8656c67SMikko Perttunen 190b8656c67SMikko Perttunen sd3 { 191b8656c67SMikko Perttunen regulator-name = "VDD_1V8AO"; 192b8656c67SMikko Perttunen regulator-min-microvolt = <1800000>; 193b8656c67SMikko Perttunen regulator-max-microvolt = <1800000>; 194b8656c67SMikko Perttunen regulator-always-on; 195b8656c67SMikko Perttunen regulator-boot-on; 196b8656c67SMikko Perttunen }; 197b8656c67SMikko Perttunen 198b8656c67SMikko Perttunen sd4 { 199b8656c67SMikko Perttunen regulator-name = "VDD_DDR_1V1"; 200b8656c67SMikko Perttunen regulator-min-microvolt = <1100000>; 201b8656c67SMikko Perttunen regulator-max-microvolt = <1100000>; 202b8656c67SMikko Perttunen regulator-always-on; 203b8656c67SMikko Perttunen regulator-boot-on; 204b8656c67SMikko Perttunen }; 205b8656c67SMikko Perttunen 206b8656c67SMikko Perttunen ldo0 { 207b8656c67SMikko Perttunen regulator-name = "VDD_RTC"; 208b8656c67SMikko Perttunen regulator-min-microvolt = <800000>; 209b8656c67SMikko Perttunen regulator-max-microvolt = <800000>; 210b8656c67SMikko Perttunen regulator-always-on; 211b8656c67SMikko Perttunen regulator-boot-on; 212b8656c67SMikko Perttunen }; 213b8656c67SMikko Perttunen 214b8656c67SMikko Perttunen ldo2 { 215b8656c67SMikko Perttunen regulator-name = "VDD_AO_3V3"; 216b8656c67SMikko Perttunen regulator-min-microvolt = <3300000>; 217b8656c67SMikko Perttunen regulator-max-microvolt = <3300000>; 218b8656c67SMikko Perttunen regulator-always-on; 219b8656c67SMikko Perttunen regulator-boot-on; 220b8656c67SMikko Perttunen }; 221b8656c67SMikko Perttunen 222b8656c67SMikko Perttunen vdd_emmc_3v3: ldo3 { 223b8656c67SMikko Perttunen regulator-name = "VDD_EMMC_3V3"; 224b8656c67SMikko Perttunen regulator-min-microvolt = <3300000>; 225b8656c67SMikko Perttunen regulator-max-microvolt = <3300000>; 226b8656c67SMikko Perttunen }; 227b8656c67SMikko Perttunen 228b8656c67SMikko Perttunen ldo5 { 229b8656c67SMikko Perttunen regulator-name = "VDD_USB_3V3"; 230b8656c67SMikko Perttunen regulator-min-microvolt = <3300000>; 231b8656c67SMikko Perttunen regulator-max-microvolt = <3300000>; 232b8656c67SMikko Perttunen }; 233b8656c67SMikko Perttunen 234b8656c67SMikko Perttunen ldo6 { 235b8656c67SMikko Perttunen regulator-name = "VDD_SDIO_3V3"; 236b8656c67SMikko Perttunen regulator-min-microvolt = <3300000>; 237b8656c67SMikko Perttunen regulator-max-microvolt = <3300000>; 238b8656c67SMikko Perttunen }; 239b8656c67SMikko Perttunen 240b8656c67SMikko Perttunen ldo7 { 241b8656c67SMikko Perttunen regulator-name = "VDD_CSI_1V2"; 242b8656c67SMikko Perttunen regulator-min-microvolt = <1200000>; 243b8656c67SMikko Perttunen regulator-max-microvolt = <1200000>; 244b8656c67SMikko Perttunen }; 245b8656c67SMikko Perttunen }; 246b8656c67SMikko Perttunen }; 247b8656c67SMikko Perttunen }; 248b8656c67SMikko Perttunen }; 249b8656c67SMikko Perttunen 250b8656c67SMikko Perttunen regulators { 251b8656c67SMikko Perttunen compatible = "simple-bus"; 252b8656c67SMikko Perttunen #address-cells = <1>; 253b8656c67SMikko Perttunen #size-cells = <0>; 254b8656c67SMikko Perttunen 255b8656c67SMikko Perttunen vdd_5v0_sys: regulator@0 { 256b8656c67SMikko Perttunen compatible = "regulator-fixed"; 257b8656c67SMikko Perttunen reg = <0>; 258b8656c67SMikko Perttunen 259b8656c67SMikko Perttunen regulator-name = "VIN_SYS_5V0"; 260b8656c67SMikko Perttunen regulator-min-microvolt = <5000000>; 261b8656c67SMikko Perttunen regulator-max-microvolt = <5000000>; 262b8656c67SMikko Perttunen regulator-always-on; 263b8656c67SMikko Perttunen regulator-boot-on; 264b8656c67SMikko Perttunen }; 265b8656c67SMikko Perttunen }; 266b8656c67SMikko Perttunen}; 267