[BACK]Return to at91-sama5d4ek.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm / boot / dts

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/arm/boot/dts/at91-sama5d4ek.dts between version 1.1.1.1.4.2 and 1.1.1.2

version 1.1.1.1.4.2, 2017/07/18 16:08:38 version 1.1.1.2, 2017/10/28 10:30:31
Line 236 
Line 236 
                         status = "okay";                          status = "okay";
                 };                  };
   
                 nand0: nand@80000000 {                  ebi: ebi@10000000 {
                         nand-bus-width = <8>;                          pinctrl-0 = <&pinctrl_ebi_cs3 &pinctrl_ebi_nrd_nandoe
                         nand-ecc-mode = "hw";                                       &pinctrl_ebi_nwe_nandwe &pinctrl_ebi_nandrdy
                         nand-on-flash-bbt;                                       &pinctrl_ebi_data_0_7 &pinctrl_ebi_nand_addr>;
                         atmel,has-pmecc;                          pinctrl-names = "default";
                         status = "okay";                          status = "okay";
   
                         at91bootstrap@0 {                          nand_controller: nand-controller {
                                 label = "at91bootstrap";                                  status = "okay";
                                 reg = <0x0 0x40000>;  
                         };  
   
                         bootloader@40000 {  
                                 label = "bootloader";  
                                 reg = <0x40000 0x80000>;  
                         };  
   
                         bootloaderenv@c0000 {  
                                 label = "bootloader env";  
                                 reg = <0xc0000 0xc0000>;  
                         };  
   
                         dtb@180000 {  
                                 label = "device tree";  
                                 reg = <0x180000 0x80000>;  
                         };  
   
                         kernel@200000 {  
                                 label = "kernel";  
                                 reg = <0x200000 0x600000>;  
                         };  
   
                         rootfs@800000 {                                  nand@3 {
                                 label = "rootfs";                                          reg = <0x3 0x0 0x2>;
                                 reg = <0x800000 0x0f800000>;                                          atmel,rb = <0>;
                                           nand-bus-width = <8>;
                                           nand-ecc-mode = "hw";
                                           nand-on-flash-bbt;
                                           label = "atmel_nand";
   
                                           partitions {
                                                   compatible = "fixed-partitions";
                                                   #address-cells = <1>;
                                                   #size-cells = <1>;
   
                                                   at91bootstrap@0 {
                                                           label = "at91bootstrap";
                                                           reg = <0x0 0x40000>;
                                                   };
   
                                                   bootloader@40000 {
                                                           label = "bootloader";
                                                           reg = <0x40000 0x80000>;
                                                   };
   
                                                   bootloaderenv@c0000 {
                                                           label = "bootloader env";
                                                           reg = <0xc0000 0xc0000>;
                                                   };
   
                                                   dtb@180000 {
                                                           label = "device tree";
                                                           reg = <0x180000 0x80000>;
                                                   };
   
                                                   kernel@200000 {
                                                           label = "kernel";
                                                           reg = <0x200000 0x600000>;
                                                   };
   
                                                   rootfs@800000 {
                                                           label = "rootfs";
                                                           reg = <0x800000 0x0f800000>;
                                                   };
                                           };
                                   };
                         };                          };
                 };                  };
         };          };

Legend:
Removed from v.1.1.1.1.4.2  
changed lines
  Added in v.1.1.1.2

CVSweb <webmaster@jp.NetBSD.org>