[BACK]Return to tegra186-p3310.dtsi CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm64 / boot / dts / nvidia

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi between version 1.1.1.5 and 1.1.1.6

version 1.1.1.5, 2018/06/27 16:27:08 version 1.1.1.6, 2019/05/25 11:29:15
Line 34 
Line 34 
         ethernet@2490000 {          ethernet@2490000 {
                 status = "okay";                  status = "okay";
   
                 phy-reset-gpios = <&gpio TEGRA_MAIN_GPIO(M, 4) GPIO_ACTIVE_LOW>;                  phy-reset-gpios = <&gpio TEGRA186_MAIN_GPIO(M, 4)
                                            GPIO_ACTIVE_LOW>;
                 phy-handle = <&phy>;                  phy-handle = <&phy>;
                 phy-mode = "rgmii";                  phy-mode = "rgmii";
   
Line 46 
Line 47 
                                 compatible = "ethernet-phy-ieee802.3-c22";                                  compatible = "ethernet-phy-ieee802.3-c22";
                                 reg = <0x0>;                                  reg = <0x0>;
                                 interrupt-parent = <&gpio>;                                  interrupt-parent = <&gpio>;
                                 interrupts = <TEGRA_MAIN_GPIO(M, 5) IRQ_TYPE_LEVEL_LOW>;                                  interrupts = <TEGRA186_MAIN_GPIO(M, 5)
                                                 IRQ_TYPE_LEVEL_LOW>;
                         };                          };
                 };                  };
         };          };
Line 91 
Line 93 
   
         /* SDMMC1 (SD/MMC) */          /* SDMMC1 (SD/MMC) */
         sdhci@3400000 {          sdhci@3400000 {
                 cd-gpios = <&gpio TEGRA_MAIN_GPIO(P, 5) GPIO_ACTIVE_LOW>;                  cd-gpios = <&gpio TEGRA186_MAIN_GPIO(P, 5) GPIO_ACTIVE_LOW>;
                 wp-gpios = <&gpio TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>;                  wp-gpios = <&gpio TEGRA186_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
   
                 vqmmc-supply = <&vddio_sdmmc1>;                  vqmmc-supply = <&vddio_sdmmc1>;
         };          };
Line 124 
Line 126 
                 status = "okay";                  status = "okay";
         };          };
   
           rtc@c2a0000 {
                   status = "okay";
           };
   
         pmc@c360000 {          pmc@c360000 {
                 nvidia,invert-interrupt;                  nvidia,invert-interrupt;
         };          };

Legend:
Removed from v.1.1.1.5  
changed lines
  Added in v.1.1.1.6

CVSweb <webmaster@jp.NetBSD.org>