diff for duplicates of <56B0DD67.3060802@arm.com> diff --git a/a/1.txt b/N1/1.txt index 19f1d99..ef84b24 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -119,28 +119,28 @@ On 02/02/16 16:24, Jens Kuske wrote: >> + #address-cells = <1>; >> + #size-cells = <0>; >> + ->> + cpu at 0 { +>> + cpu@0 { >> + compatible = "arm,cortex-a53", "arm,armv8"; >> + device_type = "cpu"; >> + reg = <0>; >> + enable-method = "psci"; >> + }; >> + ->> + cpu at 1 { +>> + cpu@1 { >> + compatible = "arm,cortex-a53", "arm,armv8"; >> + device_type = "cpu"; >> + reg = <1>; >> + enable-method = "psci"; >> + }; >> + ->> + cpu at 2 { +>> + cpu@2 { >> + compatible = "arm,cortex-a53", "arm,armv8"; >> + device_type = "cpu"; >> + reg = <2>; >> + enable-method = "psci"; >> + }; >> + ->> + cpu at 3 { +>> + cpu@3 { >> + compatible = "arm,cortex-a53", "arm,armv8"; >> + device_type = "cpu"; >> + reg = <3>; @@ -192,7 +192,7 @@ On 02/02/16 16:24, Jens Kuske wrote: >> + clock-output-names = "osc32k"; >> + }; >> + ->> + pll1: clk at 01c20000 { +>> + pll1: clk@01c20000 { >> + #clock-cells = <0>; >> + compatible = "allwinner,sun8i-a23-pll1-clk"; >> + reg = <0x01c20000 0x4>; @@ -200,7 +200,7 @@ On 02/02/16 16:24, Jens Kuske wrote: >> + clock-output-names = "pll1"; >> + }; >> + ->> + pll6: clk at 01c20028 { +>> + pll6: clk@01c20028 { >> + #clock-cells = <1>; >> + compatible = "allwinner,sun6i-a31-pll6-clk"; >> + reg = <0x01c20028 0x4>; @@ -230,7 +230,7 @@ the reason for this dummy clock? Can't it be modelled with the existing clock drivers in Linux? >> + ->> + cpu: cpu_clk at 01c20050 { +>> + cpu: cpu_clk@01c20050 { >> + #clock-cells = <0>; >> + compatible = "allwinner,sun4i-a10-cpu-clk"; >> + reg = <0x01c20050 0x4>; @@ -239,7 +239,7 @@ clock drivers in Linux? >> + critical-clocks = <0>; >> + }; >> + ->> + axi: axi_clk at 01c20050 { +>> + axi: axi_clk@01c20050 { >> + #clock-cells = <0>; >> + compatible = "allwinner,sun4i-a10-axi-clk"; >> + reg = <0x01c20050 0x4>; @@ -247,7 +247,7 @@ clock drivers in Linux? >> + clock-output-names = "axi"; >> + }; >> + ->> + ahb1: ahb1_clk at 01c20054 { +>> + ahb1: ahb1_clk@01c20054 { >> + #clock-cells = <0>; >> + compatible = "allwinner,sun6i-a31-ahb1-clk"; >> + reg = <0x01c20054 0x4>; @@ -255,7 +255,7 @@ clock drivers in Linux? >> + clock-output-names = "ahb1"; >> + }; >> + ->> + ahb2: ahb2_clk at 01c2005c { +>> + ahb2: ahb2_clk@01c2005c { >> + #clock-cells = <0>; >> + compatible = "allwinner,sun8i-h3-ahb2-clk"; >> + reg = <0x01c2005c 0x4>; @@ -263,7 +263,7 @@ clock drivers in Linux? >> + clock-output-names = "ahb2"; >> + }; >> + ->> + apb1: apb1_clk at 01c20054 { +>> + apb1: apb1_clk@01c20054 { >> + #clock-cells = <0>; >> + compatible = "allwinner,sun4i-a10-apb0-clk"; >> + reg = <0x01c20054 0x4>; @@ -271,7 +271,7 @@ clock drivers in Linux? >> + clock-output-names = "apb1"; >> + }; >> + ->> + apb2: apb2_clk at 01c20058 { +>> + apb2: apb2_clk@01c20058 { >> + #clock-cells = <0>; >> + compatible = "allwinner,sun4i-a10-apb1-clk"; >> + reg = <0x01c20058 0x4>; @@ -279,7 +279,7 @@ clock drivers in Linux? >> + clock-output-names = "apb2"; >> + }; >> + ->> + bus_gates: clk at 01c20060 { +>> + bus_gates: clk@01c20060 { >> + #clock-cells = <1>; >> + compatible = "allwinner,a64-bus-gates-clk", >> + "allwinner,sunxi-multi-bus-gates-clk"; @@ -346,7 +346,7 @@ clock drivers in Linux? >> + }; >> + }; >> + ->> + mmc0_clk: clk at 01c20088 { +>> + mmc0_clk: clk@01c20088 { >> + #clock-cells = <1>; >> + compatible = "allwinner,sun4i-a10-mmc-clk"; > @@ -370,7 +370,7 @@ Indeed, thanks for pointing this out! So do we need a proper pll8 clock? >> + "mmc0_sample"; >> + }; >> + ->> + mmc1_clk: clk at 01c2008c { +>> + mmc1_clk: clk@01c2008c { >> + #clock-cells = <1>; >> + compatible = "allwinner,sun4i-a10-mmc-clk"; >> + reg = <0x01c2008c 0x4>; @@ -380,7 +380,7 @@ Indeed, thanks for pointing this out! So do we need a proper pll8 clock? >> + "mmc1_sample"; >> + }; >> + ->> + mmc2_clk: clk at 01c20090 { +>> + mmc2_clk: clk@01c20090 { >> + #clock-cells = <1>; >> + compatible = "allwinner,sun4i-a10-mmc-clk"; >> + reg = <0x01c20090 0x4>; @@ -406,7 +406,7 @@ Indeed, thanks for pointing this out! So do we need a proper pll8 clock? >> + #size-cells = <1>; >> + ranges; >> + ->> + mmc0: mmc at 01c0f000 { +>> + mmc0: mmc@01c0f000 { >> + compatible = "allwinner,sun5i-a13-mmc"; >> + reg = <0x01c0f000 0x1000>; >> + clocks = <&bus_gates 8>, @@ -443,7 +443,7 @@ that actually causing any issues? >> + #size-cells = <0>; >> + }; >> + ->> + mmc1: mmc at 01c10000 { +>> + mmc1: mmc@01c10000 { >> + compatible = "allwinner,sun5i-a13-mmc"; >> + reg = <0x01c10000 0x1000>; >> + clocks = <&bus_gates 9>, @@ -462,7 +462,7 @@ that actually causing any issues? >> + #size-cells = <0>; >> + }; >> + ->> + mmc2: mmc at 01c11000 { +>> + mmc2: mmc@01c11000 { >> + compatible = "allwinner,sun5i-a13-mmc"; >> + reg = <0x01c11000 0x1000>; >> + clocks = <&bus_gates 10>, @@ -481,7 +481,7 @@ that actually causing any issues? >> + #size-cells = <0>; >> + }; >> + ->> + pio: pinctrl at 01c20800 { +>> + pio: pinctrl@01c20800 { >> + compatible = "allwinner,a64-pinctrl"; >> + reg = <0x01c20800 0x400>; >> + interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>, @@ -493,56 +493,56 @@ that actually causing any issues? >> + interrupt-controller; >> + #interrupt-cells = <2>; >> + ->> + uart0_pins_a: uart0 at 0 { +>> + uart0_pins_a: uart0@0 { >> + allwinner,pins = "PB8", "PB9"; >> + allwinner,function = "uart0"; >> + allwinner,drive = <SUN4I_PINCTRL_10_MA>; >> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; >> + }; >> + ->> + uart0_pins_b: uart0 at 1 { +>> + uart0_pins_b: uart0@1 { >> + allwinner,pins = "PF2", "PF3"; >> + allwinner,function = "uart0"; >> + allwinner,drive = <SUN4I_PINCTRL_10_MA>; >> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; >> + }; >> + ->> + uart1_pins: uart1 at 0 { +>> + uart1_pins: uart1@0 { >> + allwinner,pins = "PG6", "PG7", "PG8", "PG9"; >> + allwinner,function = "uart1"; >> + allwinner,drive = <SUN4I_PINCTRL_10_MA>; >> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; >> + }; >> + ->> + uart2_pins: uart2 at 0 { +>> + uart2_pins: uart2@0 { >> + allwinner,pins = "PB0", "PB1", "PB2", "PB3"; >> + allwinner,function = "uart2"; >> + allwinner,drive = <SUN4I_PINCTRL_10_MA>; >> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; >> + }; >> + ->> + uart3_pins_a: uart3 at 0 { +>> + uart3_pins_a: uart3@0 { >> + allwinner,pins = "PD0", "PD1"; >> + allwinner,function = "uart3"; >> + allwinner,drive = <SUN4I_PINCTRL_10_MA>; >> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; >> + }; >> + ->> + uart3_pins_b: uart3 at 1 { +>> + uart3_pins_b: uart3@1 { >> + allwinner,pins = "PH4", "PH5", "PH6", "PH7"; >> + allwinner,function = "uart3"; >> + allwinner,drive = <SUN4I_PINCTRL_10_MA>; >> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; >> + }; >> + ->> + uart4_pins: uart4 at 0 { +>> + uart4_pins: uart4@0 { >> + allwinner,pins = "PD2", "PD3", "PD4", "PD5"; >> + allwinner,function = "uart4"; >> + allwinner,drive = <SUN4I_PINCTRL_10_MA>; >> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; >> + }; >> + ->> + mmc0_pins: mmc0 at 0 { +>> + mmc0_pins: mmc0@0 { >> + allwinner,pins = "PF0", "PF1", "PF2", "PF3", >> + "PF4", "PF5"; >> + allwinner,function = "mmc0"; @@ -550,14 +550,14 @@ that actually causing any issues? >> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; >> + }; >> + ->> + mmc0_default_cd_pin: mmc0_cd_pin at 0 { +>> + mmc0_default_cd_pin: mmc0_cd_pin@0 { >> + allwinner,pins = "PF6"; >> + allwinner,function = "gpio_in"; >> + allwinner,drive = <SUN4I_PINCTRL_10_MA>; >> + allwinner,pull = <SUN4I_PINCTRL_PULL_UP>; >> + }; >> + ->> + mmc1_pins: mmc1 at 0 { +>> + mmc1_pins: mmc1@0 { >> + allwinner,pins = "PG0", "PG1", "PG2", "PG3", >> + "PG4", "PG5"; >> + allwinner,function = "mmc1"; @@ -565,7 +565,7 @@ that actually causing any issues? >> + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; >> + }; >> + ->> + mmc2_pins: mmc2 at 0 { +>> + mmc2_pins: mmc2@0 { >> + allwinner,pins = "PC1", "PC5", "PC6", "PC8", >> + "PC9", "PC10"; >> + allwinner,function = "mmc2"; @@ -574,25 +574,25 @@ that actually causing any issues? >> + }; >> + }; >> + ->> + ahb_rst: reset at 01c202c0 { +>> + ahb_rst: reset@01c202c0 { >> + #reset-cells = <1>; >> + compatible = "allwinner,sun6i-a31-ahb1-reset"; >> + reg = <0x01c202c0 0xc>; >> + }; >> + ->> + apb1_rst: reset at 01c202d0 { +>> + apb1_rst: reset@01c202d0 { >> + #reset-cells = <1>; >> + compatible = "allwinner,sun6i-a31-clock-reset"; >> + reg = <0x01c202d0 0x4>; >> + }; >> + ->> + apb2_rst: reset at 01c202d8 { +>> + apb2_rst: reset@01c202d8 { >> + #reset-cells = <1>; >> + compatible = "allwinner,sun6i-a31-clock-reset"; >> + reg = <0x01c202d8 0x4>; >> + }; >> + ->> + uart0: serial at 01c28000 { +>> + uart0: serial@01c28000 { >> + compatible = "snps,dw-apb-uart"; >> + reg = <0x01c28000 0x400>; >> + interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>; @@ -610,7 +610,7 @@ just copied them from some other DT ;-) >> + status = "disabled"; >> + }; >> + ->> + uart1: serial at 01c28400 { +>> + uart1: serial@01c28400 { >> + compatible = "snps,dw-apb-uart"; >> + reg = <0x01c28400 0x400>; >> + interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; @@ -622,7 +622,7 @@ just copied them from some other DT ;-) >> + status = "disabled"; >> + }; >> + ->> + uart2: serial at 01c28800 { +>> + uart2: serial@01c28800 { >> + compatible = "snps,dw-apb-uart"; >> + reg = <0x01c28800 0x400>; >> + interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; @@ -634,7 +634,7 @@ just copied them from some other DT ;-) >> + status = "disabled"; >> + }; >> + ->> + uart3: serial at 01c28c00 { +>> + uart3: serial@01c28c00 { >> + compatible = "snps,dw-apb-uart"; >> + reg = <0x01c28c00 0x400>; >> + interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; @@ -646,7 +646,7 @@ just copied them from some other DT ;-) >> + status = "disabled"; >> + }; >> + ->> + uart4: serial at 01c29000 { +>> + uart4: serial@01c29000 { >> + compatible = "snps,dw-apb-uart"; >> + reg = <0x01c29000 0x400>; >> + interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; @@ -658,7 +658,7 @@ just copied them from some other DT ;-) >> + status = "disabled"; >> + }; >> + ->> + rtc: rtc at 01f00000 { +>> + rtc: rtc@01f00000 { >> + compatible = "allwinner,sun6i-a31-rtc"; >> + reg = <0x01f00000 0x54>; >> + interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>, diff --git a/a/content_digest b/N1/content_digest index 5896008..469bb94 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,24 @@ "ref\01454348370-3816-1-git-send-email-andre.przywara@arm.com\0" "ref\01454348370-3816-11-git-send-email-andre.przywara@arm.com\0" "ref\056B0D83E.5090604@gmail.com\0" - "From\0andre.przywara@arm.com (Andre Przywara)\0" - "Subject\0[linux-sunxi] [PATCH 10/11] arm64: dts: add Allwinner A64 SoC .dtsi\0" + "From\0Andre Przywara <andre.przywara@arm.com>\0" + "Subject\0Re: [linux-sunxi] [PATCH 10/11] arm64: dts: add Allwinner A64 SoC .dtsi\0" "Date\0Tue, 2 Feb 2016 16:46:31 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jens Kuske <jenskuske@gmail.com>" + Maxime Ripard <maxime.ripard@free-electrons.com> + Chen-Yu Tsai <wens@csie.org> + " linux-sunxi@googlegroups.com\0" + "Cc\0Arnd Bergmann <arnd@arndb.de>" + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + Catalin Marinas <catalin.marinas@arm.com> + Will Deacon <will.deacon@arm.com> + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + " devicetree@vger.kernel.org\0" "\00:1\0" "b\0" "Hi Jens,\n" @@ -128,28 +142,28 @@ ">> +\t\t#address-cells = <1>;\n" ">> +\t\t#size-cells = <0>;\n" ">> +\n" - ">> +\t\tcpu at 0 {\n" + ">> +\t\tcpu@0 {\n" ">> +\t\t\tcompatible = \"arm,cortex-a53\", \"arm,armv8\";\n" ">> +\t\t\tdevice_type = \"cpu\";\n" ">> +\t\t\treg = <0>;\n" ">> +\t\t\tenable-method = \"psci\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tcpu at 1 {\n" + ">> +\t\tcpu@1 {\n" ">> +\t\t\tcompatible = \"arm,cortex-a53\", \"arm,armv8\";\n" ">> +\t\t\tdevice_type = \"cpu\";\n" ">> +\t\t\treg = <1>;\n" ">> +\t\t\tenable-method = \"psci\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tcpu at 2 {\n" + ">> +\t\tcpu@2 {\n" ">> +\t\t\tcompatible = \"arm,cortex-a53\", \"arm,armv8\";\n" ">> +\t\t\tdevice_type = \"cpu\";\n" ">> +\t\t\treg = <2>;\n" ">> +\t\t\tenable-method = \"psci\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tcpu at 3 {\n" + ">> +\t\tcpu@3 {\n" ">> +\t\t\tcompatible = \"arm,cortex-a53\", \"arm,armv8\";\n" ">> +\t\t\tdevice_type = \"cpu\";\n" ">> +\t\t\treg = <3>;\n" @@ -201,7 +215,7 @@ ">> +\t\t\tclock-output-names = \"osc32k\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tpll1: clk at 01c20000 {\n" + ">> +\t\tpll1: clk@01c20000 {\n" ">> +\t\t\t#clock-cells = <0>;\n" ">> +\t\t\tcompatible = \"allwinner,sun8i-a23-pll1-clk\";\n" ">> +\t\t\treg = <0x01c20000 0x4>;\n" @@ -209,7 +223,7 @@ ">> +\t\t\tclock-output-names = \"pll1\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tpll6: clk at 01c20028 {\n" + ">> +\t\tpll6: clk@01c20028 {\n" ">> +\t\t\t#clock-cells = <1>;\n" ">> +\t\t\tcompatible = \"allwinner,sun6i-a31-pll6-clk\";\n" ">> +\t\t\treg = <0x01c20028 0x4>;\n" @@ -239,7 +253,7 @@ "clock drivers in Linux?\n" "\n" ">> +\n" - ">> +\t\tcpu: cpu_clk at 01c20050 {\n" + ">> +\t\tcpu: cpu_clk@01c20050 {\n" ">> +\t\t\t#clock-cells = <0>;\n" ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-cpu-clk\";\n" ">> +\t\t\treg = <0x01c20050 0x4>;\n" @@ -248,7 +262,7 @@ ">> +\t\t\tcritical-clocks = <0>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\taxi: axi_clk at 01c20050 {\n" + ">> +\t\taxi: axi_clk@01c20050 {\n" ">> +\t\t\t#clock-cells = <0>;\n" ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-axi-clk\";\n" ">> +\t\t\treg = <0x01c20050 0x4>;\n" @@ -256,7 +270,7 @@ ">> +\t\t\tclock-output-names = \"axi\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tahb1: ahb1_clk at 01c20054 {\n" + ">> +\t\tahb1: ahb1_clk@01c20054 {\n" ">> +\t\t\t#clock-cells = <0>;\n" ">> +\t\t\tcompatible = \"allwinner,sun6i-a31-ahb1-clk\";\n" ">> +\t\t\treg = <0x01c20054 0x4>;\n" @@ -264,7 +278,7 @@ ">> +\t\t\tclock-output-names = \"ahb1\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tahb2: ahb2_clk at 01c2005c {\n" + ">> +\t\tahb2: ahb2_clk@01c2005c {\n" ">> +\t\t\t#clock-cells = <0>;\n" ">> +\t\t\tcompatible = \"allwinner,sun8i-h3-ahb2-clk\";\n" ">> +\t\t\treg = <0x01c2005c 0x4>;\n" @@ -272,7 +286,7 @@ ">> +\t\t\tclock-output-names = \"ahb2\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tapb1: apb1_clk at 01c20054 {\n" + ">> +\t\tapb1: apb1_clk@01c20054 {\n" ">> +\t\t\t#clock-cells = <0>;\n" ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-apb0-clk\";\n" ">> +\t\t\treg = <0x01c20054 0x4>;\n" @@ -280,7 +294,7 @@ ">> +\t\t\tclock-output-names = \"apb1\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tapb2: apb2_clk at 01c20058 {\n" + ">> +\t\tapb2: apb2_clk@01c20058 {\n" ">> +\t\t\t#clock-cells = <0>;\n" ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-apb1-clk\";\n" ">> +\t\t\treg = <0x01c20058 0x4>;\n" @@ -288,7 +302,7 @@ ">> +\t\t\tclock-output-names = \"apb2\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tbus_gates: clk at 01c20060 {\n" + ">> +\t\tbus_gates: clk@01c20060 {\n" ">> +\t\t\t#clock-cells = <1>;\n" ">> +\t\t\tcompatible = \"allwinner,a64-bus-gates-clk\",\n" ">> +\t\t\t\t \"allwinner,sunxi-multi-bus-gates-clk\";\n" @@ -355,7 +369,7 @@ ">> +\t\t\t};\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tmmc0_clk: clk at 01c20088 {\n" + ">> +\t\tmmc0_clk: clk@01c20088 {\n" ">> +\t\t\t#clock-cells = <1>;\n" ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-mmc-clk\";\n" "> \n" @@ -379,7 +393,7 @@ ">> +\t\t\t\t\t \"mmc0_sample\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tmmc1_clk: clk at 01c2008c {\n" + ">> +\t\tmmc1_clk: clk@01c2008c {\n" ">> +\t\t\t#clock-cells = <1>;\n" ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-mmc-clk\";\n" ">> +\t\t\treg = <0x01c2008c 0x4>;\n" @@ -389,7 +403,7 @@ ">> +\t\t\t\t\t \"mmc1_sample\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tmmc2_clk: clk at 01c20090 {\n" + ">> +\t\tmmc2_clk: clk@01c20090 {\n" ">> +\t\t\t#clock-cells = <1>;\n" ">> +\t\t\tcompatible = \"allwinner,sun4i-a10-mmc-clk\";\n" ">> +\t\t\treg = <0x01c20090 0x4>;\n" @@ -415,7 +429,7 @@ ">> +\t\t#size-cells = <1>;\n" ">> +\t\tranges;\n" ">> +\n" - ">> +\t\tmmc0: mmc at 01c0f000 {\n" + ">> +\t\tmmc0: mmc@01c0f000 {\n" ">> +\t\t\tcompatible = \"allwinner,sun5i-a13-mmc\";\n" ">> +\t\t\treg = <0x01c0f000 0x1000>;\n" ">> +\t\t\tclocks = <&bus_gates 8>,\n" @@ -452,7 +466,7 @@ ">> +\t\t\t#size-cells = <0>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tmmc1: mmc at 01c10000 {\n" + ">> +\t\tmmc1: mmc@01c10000 {\n" ">> +\t\t\tcompatible = \"allwinner,sun5i-a13-mmc\";\n" ">> +\t\t\treg = <0x01c10000 0x1000>;\n" ">> +\t\t\tclocks = <&bus_gates 9>,\n" @@ -471,7 +485,7 @@ ">> +\t\t\t#size-cells = <0>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tmmc2: mmc at 01c11000 {\n" + ">> +\t\tmmc2: mmc@01c11000 {\n" ">> +\t\t\tcompatible = \"allwinner,sun5i-a13-mmc\";\n" ">> +\t\t\treg = <0x01c11000 0x1000>;\n" ">> +\t\t\tclocks = <&bus_gates 10>,\n" @@ -490,7 +504,7 @@ ">> +\t\t\t#size-cells = <0>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tpio: pinctrl at 01c20800 {\n" + ">> +\t\tpio: pinctrl@01c20800 {\n" ">> +\t\t\tcompatible = \"allwinner,a64-pinctrl\";\n" ">> +\t\t\treg = <0x01c20800 0x400>;\n" ">> +\t\t\tinterrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,\n" @@ -502,56 +516,56 @@ ">> +\t\t\tinterrupt-controller;\n" ">> +\t\t\t#interrupt-cells = <2>;\n" ">> +\n" - ">> +\t\t\tuart0_pins_a: uart0 at 0 {\n" + ">> +\t\t\tuart0_pins_a: uart0@0 {\n" ">> +\t\t\t\tallwinner,pins = \"PB8\", \"PB9\";\n" ">> +\t\t\t\tallwinner,function = \"uart0\";\n" ">> +\t\t\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tuart0_pins_b: uart0 at 1 {\n" + ">> +\t\t\tuart0_pins_b: uart0@1 {\n" ">> +\t\t\t\tallwinner,pins = \"PF2\", \"PF3\";\n" ">> +\t\t\t\tallwinner,function = \"uart0\";\n" ">> +\t\t\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tuart1_pins: uart1 at 0 {\n" + ">> +\t\t\tuart1_pins: uart1@0 {\n" ">> +\t\t\t\tallwinner,pins = \"PG6\", \"PG7\", \"PG8\", \"PG9\";\n" ">> +\t\t\t\tallwinner,function = \"uart1\";\n" ">> +\t\t\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tuart2_pins: uart2 at 0 {\n" + ">> +\t\t\tuart2_pins: uart2@0 {\n" ">> +\t\t\t\tallwinner,pins = \"PB0\", \"PB1\", \"PB2\", \"PB3\";\n" ">> +\t\t\t\tallwinner,function = \"uart2\";\n" ">> +\t\t\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tuart3_pins_a: uart3 at 0 {\n" + ">> +\t\t\tuart3_pins_a: uart3@0 {\n" ">> +\t\t\t\tallwinner,pins = \"PD0\", \"PD1\";\n" ">> +\t\t\t\tallwinner,function = \"uart3\";\n" ">> +\t\t\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tuart3_pins_b: uart3 at 1 {\n" + ">> +\t\t\tuart3_pins_b: uart3@1 {\n" ">> +\t\t\t\tallwinner,pins = \"PH4\", \"PH5\", \"PH6\", \"PH7\";\n" ">> +\t\t\t\tallwinner,function = \"uart3\";\n" ">> +\t\t\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tuart4_pins: uart4 at 0 {\n" + ">> +\t\t\tuart4_pins: uart4@0 {\n" ">> +\t\t\t\tallwinner,pins = \"PD2\", \"PD3\", \"PD4\", \"PD5\";\n" ">> +\t\t\t\tallwinner,function = \"uart4\";\n" ">> +\t\t\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tmmc0_pins: mmc0 at 0 {\n" + ">> +\t\t\tmmc0_pins: mmc0@0 {\n" ">> +\t\t\t\tallwinner,pins = \"PF0\", \"PF1\", \"PF2\", \"PF3\",\n" ">> +\t\t\t\t\t\t \"PF4\", \"PF5\";\n" ">> +\t\t\t\tallwinner,function = \"mmc0\";\n" @@ -559,14 +573,14 @@ ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tmmc0_default_cd_pin: mmc0_cd_pin at 0 {\n" + ">> +\t\t\tmmc0_default_cd_pin: mmc0_cd_pin@0 {\n" ">> +\t\t\t\tallwinner,pins = \"PF6\";\n" ">> +\t\t\t\tallwinner,function = \"gpio_in\";\n" ">> +\t\t\t\tallwinner,drive = <SUN4I_PINCTRL_10_MA>;\n" ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_PULL_UP>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tmmc1_pins: mmc1 at 0 {\n" + ">> +\t\t\tmmc1_pins: mmc1@0 {\n" ">> +\t\t\t\tallwinner,pins = \"PG0\", \"PG1\", \"PG2\", \"PG3\",\n" ">> +\t\t\t\t\t\t \"PG4\", \"PG5\";\n" ">> +\t\t\t\tallwinner,function = \"mmc1\";\n" @@ -574,7 +588,7 @@ ">> +\t\t\t\tallwinner,pull = <SUN4I_PINCTRL_NO_PULL>;\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tmmc2_pins: mmc2 at 0 {\n" + ">> +\t\t\tmmc2_pins: mmc2@0 {\n" ">> +\t\t\t\tallwinner,pins = \"PC1\", \"PC5\", \"PC6\", \"PC8\",\n" ">> +\t\t\t\t\t\t \"PC9\", \"PC10\";\n" ">> +\t\t\t\tallwinner,function = \"mmc2\";\n" @@ -583,25 +597,25 @@ ">> +\t\t\t};\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tahb_rst: reset at 01c202c0 {\n" + ">> +\t\tahb_rst: reset@01c202c0 {\n" ">> +\t\t\t#reset-cells = <1>;\n" ">> +\t\t\tcompatible = \"allwinner,sun6i-a31-ahb1-reset\";\n" ">> +\t\t\treg = <0x01c202c0 0xc>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tapb1_rst: reset at 01c202d0 {\n" + ">> +\t\tapb1_rst: reset@01c202d0 {\n" ">> +\t\t\t#reset-cells = <1>;\n" ">> +\t\t\tcompatible = \"allwinner,sun6i-a31-clock-reset\";\n" ">> +\t\t\treg = <0x01c202d0 0x4>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tapb2_rst: reset at 01c202d8 {\n" + ">> +\t\tapb2_rst: reset@01c202d8 {\n" ">> +\t\t\t#reset-cells = <1>;\n" ">> +\t\t\tcompatible = \"allwinner,sun6i-a31-clock-reset\";\n" ">> +\t\t\treg = <0x01c202d8 0x4>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tuart0: serial at 01c28000 {\n" + ">> +\t\tuart0: serial@01c28000 {\n" ">> +\t\t\tcompatible = \"snps,dw-apb-uart\";\n" ">> +\t\t\treg = <0x01c28000 0x400>;\n" ">> +\t\t\tinterrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -619,7 +633,7 @@ ">> +\t\t\tstatus = \"disabled\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tuart1: serial at 01c28400 {\n" + ">> +\t\tuart1: serial@01c28400 {\n" ">> +\t\t\tcompatible = \"snps,dw-apb-uart\";\n" ">> +\t\t\treg = <0x01c28400 0x400>;\n" ">> +\t\t\tinterrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -631,7 +645,7 @@ ">> +\t\t\tstatus = \"disabled\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tuart2: serial at 01c28800 {\n" + ">> +\t\tuart2: serial@01c28800 {\n" ">> +\t\t\tcompatible = \"snps,dw-apb-uart\";\n" ">> +\t\t\treg = <0x01c28800 0x400>;\n" ">> +\t\t\tinterrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -643,7 +657,7 @@ ">> +\t\t\tstatus = \"disabled\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tuart3: serial at 01c28c00 {\n" + ">> +\t\tuart3: serial@01c28c00 {\n" ">> +\t\t\tcompatible = \"snps,dw-apb-uart\";\n" ">> +\t\t\treg = <0x01c28c00 0x400>;\n" ">> +\t\t\tinterrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -655,7 +669,7 @@ ">> +\t\t\tstatus = \"disabled\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tuart4: serial at 01c29000 {\n" + ">> +\t\tuart4: serial@01c29000 {\n" ">> +\t\t\tcompatible = \"snps,dw-apb-uart\";\n" ">> +\t\t\treg = <0x01c29000 0x400>;\n" ">> +\t\t\tinterrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -667,7 +681,7 @@ ">> +\t\t\tstatus = \"disabled\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\trtc: rtc at 01f00000 {\n" + ">> +\t\trtc: rtc@01f00000 {\n" ">> +\t\t\tcompatible = \"allwinner,sun6i-a31-rtc\";\n" ">> +\t\t\treg = <0x01f00000 0x54>;\n" ">> +\t\t\tinterrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,\n" @@ -706,4 +720,4 @@ "> Jens\n" > -7145bbcba85266dd6946e7e008828eec1d98e7905c54d201ef40efa4a3e4db59 +64a2580e2fdabfde01b27a612a9ee3f6f19ca7e4a7760df1a07f60b9a7ca4214
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.