[BACK]Return to socfpga_stratix10_socdk.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm64 / boot / dts / altera

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/altera/socfpga_stratix10_socdk.dts between version 1.1.1.4 and 1.1.1.4.2.1

version 1.1.1.4, 2018/06/27 16:27:08 version 1.1.1.4.2.1, 2019/06/10 22:08:47
Line 21 
Line 21 
   
         aliases {          aliases {
                 serial0 = &uart0;                  serial0 = &uart0;
                   ethernet0 = &gmac0;
                   ethernet1 = &gmac1;
                   ethernet2 = &gmac2;
         };          };
   
         chosen {          chosen {
Line 76 
Line 79 
         phy-mode = "rgmii";          phy-mode = "rgmii";
         phy-handle = <&phy0>;          phy-handle = <&phy0>;
   
         max-frame-size = <3800>;          max-frame-size = <9000>;
   
         mdio0 {          mdio0 {
                 #address-cells = <1>;                  #address-cells = <1>;
Line 124 
Line 127 
 &i2c1 {  &i2c1 {
         status = "okay";          status = "okay";
         clock-frequency = <100000>;          clock-frequency = <100000>;
           i2c-sda-falling-time-ns = <890>;  /* hcnt */
           i2c-sdl-falling-time-ns = <890>;  /* lcnt */
   
         adc@14 {          adc@14 {
                 compatible = "lltc,ltc2497";                  compatible = "lltc,ltc2497";
Line 147 
Line 152 
                 reg = <0x68>;                  reg = <0x68>;
         };          };
 };  };
   
   &qspi {
           flash@0 {
                   #address-cells = <1>;
                   #size-cells = <1>;
                   compatible = "n25q00a";
                   reg = <0>;
                   spi-max-frequency = <50000000>;
   
                   m25p,fast-read;
                   cdns,page-size = <256>;
                   cdns,block-size = <16>;
                   cdns,read-delay = <1>;
                   cdns,tshsl-ns = <50>;
                   cdns,tsd2d-ns = <50>;
                   cdns,tchsh-ns = <4>;
                   cdns,tslch-ns = <4>;
   
                   partitions {
                           compatible = "fixed-partitions";
                           #address-cells = <1>;
                           #size-cells = <1>;
   
                           qspi_boot: partition@0 {
                                   label = "Boot and fpga data";
                                   reg = <0x0 0x4000000>;
                           };
   
                           qspi_rootfs: partition@4000000 {
                                   label = "Root Filesystem - JFFS2";
                                   reg = <0x4000000 0x4000000>;
                           };
                   };
           };
   };

Legend:
Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.4.2.1

CVSweb <webmaster@jp.NetBSD.org>