[BACK]Return to uniphier-ld20-ref.dts CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm64 / boot / dts / socionext

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/socionext/uniphier-ld20-ref.dts between version 1.1.1.4.2.1 and 1.1.1.4.2.2

version 1.1.1.4.2.1, 2017/11/30 19:40:51 version 1.1.1.4.2.2, 2017/12/03 11:38:32
Line 0 
Line 1 
   /*
    * Device Tree Source for UniPhier LD20 Reference Board
    *
    * Copyright (C) 2015-2016 Socionext Inc.
    *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
    *
    * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
    */
   
   /dts-v1/;
   #include "uniphier-ld20.dtsi"
   #include "uniphier-ref-daughter.dtsi"
   #include "uniphier-support-card.dtsi"
   
   / {
           model = "UniPhier LD20 Reference Board";
           compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20";
   
           chosen {
                   stdout-path = "serial0:115200n8";
           };
   
           aliases {
                   serial0 = &serial0;
                   serial1 = &serial1;
                   serial2 = &serial2;
                   serial3 = &serial3;
                   i2c0 = &i2c0;
                   i2c1 = &i2c1;
                   i2c2 = &i2c2;
                   i2c3 = &i2c3;
                   i2c4 = &i2c4;
                   i2c5 = &i2c5;
           };
   
           memory@80000000 {
                   device_type = "memory";
                   reg = <0 0x80000000 0 0xc0000000>;
           };
   };
   
   &ethsc {
           interrupt-parent = <&gpio>;
           interrupts = <0 8>;
   };
   
   &serial0 {
           status = "okay";
   };
   
   &gpio {
           xirq0 {
                   gpio-hog;
                   gpios = <120 0>;
                   input;
           };
   };
   
   &i2c0 {
           status = "okay";
   };

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

CVSweb <webmaster@jp.NetBSD.org>