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

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/allwinner/sun50i-h6.dtsi between version 1.1.1.1.2.3 and 1.1.1.1.2.4

version 1.1.1.1.2.3, 2018/05/21 04:36:14 version 1.1.1.1.2.4, 2019/01/26 22:00:29
Line 119 
Line 119 
                 ranges;                  ranges;
   
                 syscon: syscon@3000000 {                  syscon: syscon@3000000 {
                         compatible = "allwinner,sun50i-h6-system-controller",                          compatible = "allwinner,sun50i-h6-system-control",
                                 "syscon";                                       "allwinner,sun50i-a64-system-control";
                         reg = <0x03000000 0x1000>;                          reg = <0x03000000 0x1000>;
                           #address-cells = <1>;
                           #size-cells = <1>;
                           ranges;
   
                           sram_c: sram@28000 {
                                   compatible = "mmio-sram";
                                   reg = <0x00028000 0x1e000>;
                                   #address-cells = <1>;
                                   #size-cells = <1>;
                                   ranges = <0 0x00028000 0x1e000>;
   
                                   de2_sram: sram-section@0 {
                                           compatible = "allwinner,sun50i-h6-sram-c",
                                                        "allwinner,sun50i-a64-sram-c";
                                           reg = <0x0000 0x1e000>;
                                   };
                           };
                 };                  };
   
                 ccu: clock@3001000 {                  ccu: clock@3001000 {
Line 190 
Line 207 
                 };                  };
   
                 mmc0: mmc@4020000 {                  mmc0: mmc@4020000 {
                         compatible = "allwinner,sun50i-h6-mmc";                          compatible = "allwinner,sun50i-h6-mmc",
                                        "allwinner,sun50i-a64-mmc";
                         reg = <0x04020000 0x1000>;                          reg = <0x04020000 0x1000>;
                         clocks = <&ccu CLK_BUS_MMC0>, <&ccu CLK_MMC0>;                          clocks = <&ccu CLK_BUS_MMC0>, <&ccu CLK_MMC0>;
                         clock-names = "ahb", "mmc";                          clock-names = "ahb", "mmc";
Line 203 
Line 221 
                 };                  };
   
                 mmc1: mmc@4021000 {                  mmc1: mmc@4021000 {
                         compatible = "allwinner,sun50i-h6-mmc";                          compatible = "allwinner,sun50i-h6-mmc",
                                        "allwinner,sun50i-a64-mmc";
                         reg = <0x04021000 0x1000>;                          reg = <0x04021000 0x1000>;
                         clocks = <&ccu CLK_BUS_MMC1>, <&ccu CLK_MMC1>;                          clocks = <&ccu CLK_BUS_MMC1>, <&ccu CLK_MMC1>;
                         clock-names = "ahb", "mmc";                          clock-names = "ahb", "mmc";
Line 216 
Line 235 
                 };                  };
   
                 mmc2: mmc@4022000 {                  mmc2: mmc@4022000 {
                         compatible = "allwinner,sun50i-h6-emmc";                          compatible = "allwinner,sun50i-h6-emmc",
                                        "allwinner,sun50i-a64-emmc";
                         reg = <0x04022000 0x1000>;                          reg = <0x04022000 0x1000>;
                         clocks = <&ccu CLK_BUS_MMC2>, <&ccu CLK_MMC2>;                          clocks = <&ccu CLK_BUS_MMC2>, <&ccu CLK_MMC2>;
                         clock-names = "ahb", "mmc";                          clock-names = "ahb", "mmc";
Line 455 
Line 475 
                         interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;                          interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
                         clocks = <&r_ccu CLK_R_APB2_I2C>;                          clocks = <&r_ccu CLK_R_APB2_I2C>;
                         resets = <&r_ccu RST_R_APB2_I2C>;                          resets = <&r_ccu RST_R_APB2_I2C>;
                           pinctrl-names = "default";
                           pinctrl-0 = <&r_i2c_pins>;
                         status = "disabled";                          status = "disabled";
                         #address-cells = <1>;                          #address-cells = <1>;
                         #size-cells = <0>;                          #size-cells = <0>;

Legend:
Removed from v.1.1.1.1.2.3  
changed lines
  Added in v.1.1.1.1.2.4

CVSweb <webmaster@jp.NetBSD.org>