arm: dts: k3-am642-r5-evm: Add GPIO DDR VTT regulator
authorNishanth Menon <nm@ti.com>
Tue, 4 May 2021 23:00:55 +0000 (18:00 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 12 May 2021 11:01:16 +0000 (16:31 +0530)
Add DDR VTT regulator.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
arch/arm/dts/k3-am642-r5-evm.dts

index 7373298..68af8ee 100644 (file)
                clock-frequency = <200000000>;
                u-boot,dm-spl;
        };
+
+       vtt_supply: vtt-supply {
+               compatible = "regulator-gpio";
+               regulator-name = "vtt";
+               regulator-min-microvolt = <0>;
+               regulator-max-microvolt = <3300000>;
+               gpios = <&main_gpio0 12 GPIO_ACTIVE_HIGH>;
+               states = <0 0x0 3300000 0x1>;
+               u-boot,dm-spl;
+       };
 };
 
 &cbass_main {
                        AM64X_IOPAD(0x029c, PIN_INPUT_PULLUP, 0)        /* (C20) MMC1_SDWP */
                >;
        };
+
+       ddr_vtt_pins_default: ddr-vtt-pins-default {
+               u-boot,dm-spl;
+               pinctrl-single,pins = <
+                       AM64X_IOPAD(0x0030, PIN_OUTPUT_PULLUP, 7)       /* (L18) OSPI0_CSN1.GPIO0_12 */
+               >;
+       };
 };
 
 &dmsc {
        pinctrl-0 = <&main_uart1_pins_default>;
 };
 
+&memorycontroller {
+       vtt-supply = <&vtt_supply>;
+       pinctrl-names = "default";
+       pinctrl-0 = <&ddr_vtt_pins_default>;
+};
+
 &sdhci0 {
        /delete-property/ power-domains;
        clocks = <&clk_200mhz>;
        pinctrl-0 = <&main_mmc1_pins_default>;
 };
 
+&main_gpio0 {
+       u-boot,dm-spl;
+       /delete-property/ power-domains;
+};
+
 #include "k3-am642-evm-u-boot.dtsi"