[BACK]Return to vexpress-v2p-ca5s.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/vexpress-v2p-ca5s.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:46
Line 55 
Line 55 
                 reg = <0x80000000 0x40000000>;                  reg = <0x80000000 0x40000000>;
         };          };
   
           reserved-memory {
                   #address-cells = <1>;
                   #size-cells = <1>;
                   ranges;
   
                   /* Chipselect 2 is physically at 0x18000000 */
                   vram: vram@18000000 {
                           /* 8 MB of designated video RAM */
                           compatible = "shared-dma-pool";
                           reg = <0x18000000 0x00800000>;
                           no-map;
                   };
           };
   
         hdlcd@2a110000 {          hdlcd@2a110000 {
                 compatible = "arm,hdlcd";                  compatible = "arm,hdlcd";
                 reg = <0x2a110000 0x1000>;                  reg = <0x2a110000 0x1000>;

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

CVSweb <webmaster@jp.NetBSD.org>