diff for duplicates of <20140303184023.GG3155@piout.net> diff --git a/a/1.txt b/N1/1.txt index 1812ba3..d1d185c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : > This patch adds support for the Device Tree on a sam9261-based platform > -> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com> +> Signed-off-by: Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org> > --- > arch/arm/boot/dts/at91sam9261.dtsi | 740 +++++++++++++++++++++++++++++++++++++ > arch/arm/mach-at91/at91sam9261.c | 17 + @@ -17,7 +17,7 @@ On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : > +/* > + * at91sam9261.dtsi - Device Tree Include file for AT91SAM9261 SoC > + * -> + * Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot@traphandler.com> +> + * Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org> > + * > + * Licensed under GPLv2 only. > + */ @@ -67,7 +67,7 @@ On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : > + #size-cells = <1>; > + ranges; > + -> + usb0: ohci at 00500000 { +> + usb0: ohci@00500000 { > + compatible = "atmel,at91rm9200-ohci", "usb-ohci"; > + reg = <0x00500000 0x100000>; > + interrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>; @@ -76,7 +76,7 @@ On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : > + status = "disabled"; > + }; > + -> + fb0: fb at 0x00600000 { +> + fb0: fb@0x00600000 { > + compatible = "atmel,at91sam9261-lcdc"; > + reg = <0x00600000 0x1000>; > + interrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>; @@ -87,7 +87,7 @@ On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : > + status = "disabled"; > + }; > + -> + nand0: nand at 40000000 { +> + nand0: nand@40000000 { > + compatible = "atmel,at91rm9200-nand"; > + #address-cells = <1>; > + #size-cells = <1>; @@ -114,7 +114,7 @@ properties like reg, interrupts and atmel,pins. > + #size-cells = <1>; > + ranges; > + -> + tcb0: timer at fffa0000 { +> + tcb0: timer@fffa0000 { > + compatible = "atmel,at91rm9200-tcb"; > + reg = <0xfffa0000 0x100>; > + interrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0 @@ -125,7 +125,7 @@ properties like reg, interrupts and atmel,pins. > + clock-names = "t0_clk", "t1_clk", "t2_clk"; > + }; > + -> + usb1: gadget at fffa4000 { +> + usb1: gadget@fffa4000 { > + compatible = "atmel,at91rm9200-udc"; > + reg = <0xfffa4000 0x4000>; > + interrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>; @@ -134,7 +134,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + mmc0: mmc at fffa8000 { +> + mmc0: mmc@fffa8000 { > + compatible = "atmel,hsmci"; > + reg = <0xfffa8000 0x600>; > + interrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>; @@ -147,7 +147,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + i2c0: i2c at fffac000 { +> + i2c0: i2c@fffac000 { > + compatible = "atmel,at91sam9261-i2c"; > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_i2c_twi>; @@ -159,7 +159,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + usart0: serial at fffb0000 { +> + usart0: serial@fffb0000 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffb0000 0x200>; > + interrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>; @@ -172,7 +172,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + usart1: serial at fffb4000 { +> + usart1: serial@fffb4000 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffb4000 0x200>; > + interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>; @@ -185,7 +185,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + usart2: serial at fffb8000{ +> + usart2: serial@fffb8000{ > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffb8000 0x200>; > + interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>; @@ -198,7 +198,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + ssc0: ssc at fffbc000 { +> + ssc0: ssc@fffbc000 { > + compatible = "atmel,at91rm9200-ssc"; > + reg = <0xfffbc000 0x4000>; > + interrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>; @@ -207,7 +207,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + ssc1: ssc at fffc0000 { +> + ssc1: ssc@fffc0000 { > + compatible = "atmel,at91rm9200-ssc"; > + reg = <0xfffc0000 0x4000>; > + interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>; @@ -216,7 +216,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + spi0: spi at fffc8000 { +> + spi0: spi@fffc8000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "atmel,at91rm9200-spi"; @@ -230,7 +230,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + spi1: spi at fffcc000 { +> + spi1: spi@fffcc000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "atmel,at91rm9200-spi"; @@ -243,17 +243,17 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + ramc: ramc at ffffea00 { +> + ramc: ramc@ffffea00 { > + compatible = "atmel,at91sam9260-sdramc"; > + reg = <0xffffea00 0x200>; > + }; > + -> + matrix: matrix at ffffee00 { +> + matrix: matrix@ffffee00 { > + compatible = "atmel,at91sam9260-bus-matrix"; > + reg = <0xffffee00 0x200>; > + }; > + -> + aic: interrupt-controller at fffff000 { +> + aic: interrupt-controller@fffff000 { > + #interrupt-cells = <3>; > + compatible = "atmel,at91rm9200-aic"; > + interrupt-controller; @@ -261,7 +261,7 @@ properties like reg, interrupts and atmel,pins. > + atmel,external-irqs = <29 30 31>; > + }; > + -> + dbgu: serial at fffff200 { +> + dbgu: serial@fffff200 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffff200 0x200>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -272,7 +272,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + pinctrl at fffff400 { +> + pinctrl@fffff400 { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "atmel,at91rm9200-pinctrl", "simple-bus"; @@ -505,7 +505,7 @@ properties like reg, interrupts and atmel,pins. > + }; > + }; > + -> + pioA: gpio at fffff400 { +> + pioA: gpio@fffff400 { > + compatible = "atmel,at91rm9200-gpio"; > + reg = <0xfffff400 0x200>; > + interrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>; @@ -516,7 +516,7 @@ properties like reg, interrupts and atmel,pins. > + clocks = <&pioA_clk>; > + }; > + -> + pioB: gpio at fffff600 { +> + pioB: gpio@fffff600 { > + compatible = "atmel,at91rm9200-gpio"; > + reg = <0xfffff600 0x200>; > + interrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>; @@ -527,7 +527,7 @@ properties like reg, interrupts and atmel,pins. > + clocks = <&pioB_clk>; > + }; > + -> + pioC: gpio at fffff800 { +> + pioC: gpio@fffff800 { > + compatible = "atmel,at91rm9200-gpio"; > + reg = <0xfffff800 0x200>; > + interrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>; @@ -539,7 +539,7 @@ properties like reg, interrupts and atmel,pins. > + }; > + }; > + -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + compatible = "atmel,at91rm9200-pmc"; > + reg = <0xfffffc00 0x100>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -717,24 +717,24 @@ properties like reg, interrupts and atmel,pins. > + }; > + }; > + -> + rstc at fffffd00 { +> + rstc@fffffd00 { > + compatible = "atmel,at91sam9260-rstc"; > + reg = <0xfffffd00 0x10>; > + }; > + -> + shdwc at fffffd10 { +> + shdwc@fffffd10 { > + compatible = "atmel,at91sam9260-shdwc"; > + reg = <0xfffffd10 0x10>; > + }; > + -> + pit: timer at fffffd30 { +> + pit: timer@fffffd30 { > + compatible = "atmel,at91sam9260-pit"; > + reg = <0xfffffd30 0xf>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; > + clocks = <&mck>; > + }; > + -> + watchdog at fffffd40 { +> + watchdog@fffffd40 { > + compatible = "atmel,at91sam9260-wdt"; > + reg = <0xfffffd40 0x10>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -743,7 +743,7 @@ properties like reg, interrupts and atmel,pins. > + }; > + }; > + -> + i2c at 0 { +> + i2c@0 { > + compatible = "i2c-gpio"; > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_i2c_bitbang>; @@ -794,3 +794,7 @@ properties like reg, interrupts and atmel,pins. Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 9e2435a..ed12818 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,24 @@ "ref\01393841162-25339-1-git-send-email-jjhiblot@traphandler.com\0" "ref\01393841162-25339-5-git-send-email-jjhiblot@traphandler.com\0" - "From\0alexandre.belloni@free-electrons.com (Alexandre Belloni)\0" - "Subject\0[PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support\0" + "ref\01393841162-25339-5-git-send-email-jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org\0" + "From\0Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support\0" "Date\0Mon, 3 Mar 2014 19:40:23 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>\0" + "Cc\0nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org" + plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org + b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" "\00:1\0" "b\0" "On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote :\n" "> This patch adds support for the Device Tree on a sam9261-based platform\n" "> \n" - "> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>\n" + "> Signed-off-by: Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/at91sam9261.dtsi | 740 +++++++++++++++++++++++++++++++++++++\n" "> arch/arm/mach-at91/at91sam9261.c | 17 +\n" @@ -25,7 +34,7 @@ "> +/*\n" "> + * at91sam9261.dtsi - Device Tree Include file for AT91SAM9261 SoC\n" "> + *\n" - "> + * Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot@traphandler.com>\n" + "> + * Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>\n" "> + *\n" "> + * Licensed under GPLv2 only.\n" "> + */\n" @@ -75,7 +84,7 @@ "> +\t\t#size-cells = <1>;\n" "> +\t\tranges;\n" "> +\n" - "> +\t\tusb0: ohci at 00500000 {\n" + "> +\t\tusb0: ohci@00500000 {\n" "> +\t\t\tcompatible = \"atmel,at91rm9200-ohci\", \"usb-ohci\";\n" "> +\t\t\treg = <0x00500000 0x100000>;\n" "> +\t\t\tinterrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>;\n" @@ -84,7 +93,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tfb0: fb at 0x00600000 {\n" + "> +\t\tfb0: fb@0x00600000 {\n" "> +\t\t\tcompatible = \"atmel,at91sam9261-lcdc\";\n" "> +\t\t\treg = <0x00600000 0x1000>;\n" "> +\t\t\tinterrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>;\n" @@ -95,7 +104,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tnand0: nand at 40000000 {\n" + "> +\t\tnand0: nand@40000000 {\n" "> +\t\t\tcompatible = \"atmel,at91rm9200-nand\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <1>;\n" @@ -122,7 +131,7 @@ "> +\t\t\t#size-cells = <1>;\n" "> +\t\t\tranges;\n" "> +\n" - "> +\t\t\ttcb0: timer at fffa0000 {\n" + "> +\t\t\ttcb0: timer@fffa0000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-tcb\";\n" "> +\t\t\t\treg = <0xfffa0000 0x100>;\n" "> +\t\t\t\tinterrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0\n" @@ -133,7 +142,7 @@ "> +\t\t\t\tclock-names = \"t0_clk\", \"t1_clk\", \"t2_clk\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusb1: gadget at fffa4000 {\n" + "> +\t\t\tusb1: gadget@fffa4000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-udc\";\n" "> +\t\t\t\treg = <0xfffa4000 0x4000>;\n" "> +\t\t\t\tinterrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;\n" @@ -142,7 +151,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tmmc0: mmc at fffa8000 {\n" + "> +\t\t\tmmc0: mmc@fffa8000 {\n" "> +\t\t\t\tcompatible = \"atmel,hsmci\";\n" "> +\t\t\t\treg = <0xfffa8000 0x600>;\n" "> +\t\t\t\tinterrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -155,7 +164,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\ti2c0: i2c at fffac000 {\n" + "> +\t\t\ti2c0: i2c@fffac000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9261-i2c\";\n" "> +\t\t\t\tpinctrl-names = \"default\";\n" "> +\t\t\t\tpinctrl-0 = <&pinctrl_i2c_twi>;\n" @@ -167,7 +176,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart0: serial at fffb0000 {\n" + "> +\t\t\tusart0: serial@fffb0000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffb0000 0x200>;\n" "> +\t\t\t\tinterrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -180,7 +189,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart1: serial at fffb4000 {\n" + "> +\t\t\tusart1: serial@fffb4000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffb4000 0x200>;\n" "> +\t\t\t\tinterrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -193,7 +202,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart2: serial at fffb8000{\n" + "> +\t\t\tusart2: serial@fffb8000{\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffb8000 0x200>;\n" "> +\t\t\t\tinterrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -206,7 +215,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tssc0: ssc at fffbc000 {\n" + "> +\t\t\tssc0: ssc@fffbc000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-ssc\";\n" "> +\t\t\t\treg = <0xfffbc000 0x4000>;\n" "> +\t\t\t\tinterrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -215,7 +224,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tssc1: ssc at fffc0000 {\n" + "> +\t\t\tssc1: ssc@fffc0000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-ssc\";\n" "> +\t\t\t\treg = <0xfffc0000 0x4000>;\n" "> +\t\t\t\tinterrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -224,7 +233,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tspi0: spi at fffc8000 {\n" + "> +\t\t\tspi0: spi@fffc8000 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-spi\";\n" @@ -238,7 +247,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tspi1: spi at fffcc000 {\n" + "> +\t\t\tspi1: spi@fffcc000 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-spi\";\n" @@ -251,17 +260,17 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tramc: ramc at ffffea00 {\n" + "> +\t\t\tramc: ramc@ffffea00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-sdramc\";\n" "> +\t\t\t\treg = <0xffffea00 0x200>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tmatrix: matrix at ffffee00 {\n" + "> +\t\t\tmatrix: matrix@ffffee00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-bus-matrix\";\n" "> +\t\t\t\treg = <0xffffee00 0x200>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\taic: interrupt-controller at fffff000 {\n" + "> +\t\t\taic: interrupt-controller@fffff000 {\n" "> +\t\t\t\t#interrupt-cells = <3>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-aic\";\n" "> +\t\t\t\tinterrupt-controller;\n" @@ -269,7 +278,7 @@ "> +\t\t\t\tatmel,external-irqs = <29 30 31>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tdbgu: serial at fffff200 {\n" + "> +\t\t\tdbgu: serial@fffff200 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffff200 0x200>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -280,7 +289,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpinctrl at fffff400 {\n" + "> +\t\t\tpinctrl@fffff400 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <1>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-pinctrl\", \"simple-bus\";\n" @@ -513,7 +522,7 @@ "> +\t\t\t\t\t};\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpioA: gpio at fffff400 {\n" + "> +\t\t\t\tpioA: gpio@fffff400 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> +\t\t\t\t\treg = <0xfffff400 0x200>;\n" "> +\t\t\t\t\tinterrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>;\n" @@ -524,7 +533,7 @@ "> +\t\t\t\t\tclocks = <&pioA_clk>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpioB: gpio at fffff600 {\n" + "> +\t\t\t\tpioB: gpio@fffff600 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> +\t\t\t\t\treg = <0xfffff600 0x200>;\n" "> +\t\t\t\t\tinterrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>;\n" @@ -535,7 +544,7 @@ "> +\t\t\t\t\tclocks = <&pioB_clk>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpioC: gpio at fffff800 {\n" + "> +\t\t\t\tpioC: gpio@fffff800 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> +\t\t\t\t\treg = <0xfffff800 0x200>;\n" "> +\t\t\t\t\tinterrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>;\n" @@ -547,7 +556,7 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-pmc\";\n" "> +\t\t\t\treg = <0xfffffc00 0x100>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -725,24 +734,24 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\trstc at fffffd00 {\n" + "> +\t\t\trstc@fffffd00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-rstc\";\n" "> +\t\t\t\treg = <0xfffffd00 0x10>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tshdwc at fffffd10 {\n" + "> +\t\t\tshdwc@fffffd10 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-shdwc\";\n" "> +\t\t\t\treg = <0xfffffd10 0x10>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpit: timer at fffffd30 {\n" + "> +\t\t\tpit: timer@fffffd30 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-pit\";\n" "> +\t\t\t\treg = <0xfffffd30 0xf>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" "> +\t\t\t\tclocks = <&mck>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\twatchdog at fffffd40 {\n" + "> +\t\t\twatchdog@fffffd40 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-wdt\";\n" "> +\t\t\t\treg = <0xfffffd40 0x10>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -751,7 +760,7 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\ti2c at 0 {\n" + "> +\ti2c@0 {\n" "> +\t\tcompatible = \"i2c-gpio\";\n" "> +\t\tpinctrl-names = \"default\";\n" "> +\t\tpinctrl-0 = <&pinctrl_i2c_bitbang>;\n" @@ -801,6 +810,10 @@ "-- \n" "Alexandre Belloni, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" - http://free-electrons.com + "http://free-electrons.com\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -e1a95c4228e2747c97303deca3801ab4260ec79cfeb6f86b525e18bab0e4f1ef +43de972546554957325159e6ef47f80e496138ba285347178c5763867056c6d0
diff --git a/a/1.txt b/N2/1.txt index 1812ba3..caf9d9c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -67,7 +67,7 @@ On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : > + #size-cells = <1>; > + ranges; > + -> + usb0: ohci at 00500000 { +> + usb0: ohci@00500000 { > + compatible = "atmel,at91rm9200-ohci", "usb-ohci"; > + reg = <0x00500000 0x100000>; > + interrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>; @@ -76,7 +76,7 @@ On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : > + status = "disabled"; > + }; > + -> + fb0: fb at 0x00600000 { +> + fb0: fb@0x00600000 { > + compatible = "atmel,at91sam9261-lcdc"; > + reg = <0x00600000 0x1000>; > + interrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>; @@ -87,7 +87,7 @@ On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote : > + status = "disabled"; > + }; > + -> + nand0: nand at 40000000 { +> + nand0: nand@40000000 { > + compatible = "atmel,at91rm9200-nand"; > + #address-cells = <1>; > + #size-cells = <1>; @@ -114,7 +114,7 @@ properties like reg, interrupts and atmel,pins. > + #size-cells = <1>; > + ranges; > + -> + tcb0: timer at fffa0000 { +> + tcb0: timer@fffa0000 { > + compatible = "atmel,at91rm9200-tcb"; > + reg = <0xfffa0000 0x100>; > + interrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0 @@ -125,7 +125,7 @@ properties like reg, interrupts and atmel,pins. > + clock-names = "t0_clk", "t1_clk", "t2_clk"; > + }; > + -> + usb1: gadget at fffa4000 { +> + usb1: gadget@fffa4000 { > + compatible = "atmel,at91rm9200-udc"; > + reg = <0xfffa4000 0x4000>; > + interrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>; @@ -134,7 +134,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + mmc0: mmc at fffa8000 { +> + mmc0: mmc@fffa8000 { > + compatible = "atmel,hsmci"; > + reg = <0xfffa8000 0x600>; > + interrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>; @@ -147,7 +147,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + i2c0: i2c at fffac000 { +> + i2c0: i2c@fffac000 { > + compatible = "atmel,at91sam9261-i2c"; > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_i2c_twi>; @@ -159,7 +159,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + usart0: serial at fffb0000 { +> + usart0: serial@fffb0000 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffb0000 0x200>; > + interrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>; @@ -172,7 +172,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + usart1: serial at fffb4000 { +> + usart1: serial@fffb4000 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffb4000 0x200>; > + interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>; @@ -185,7 +185,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + usart2: serial at fffb8000{ +> + usart2: serial@fffb8000{ > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffb8000 0x200>; > + interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>; @@ -198,7 +198,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + ssc0: ssc at fffbc000 { +> + ssc0: ssc@fffbc000 { > + compatible = "atmel,at91rm9200-ssc"; > + reg = <0xfffbc000 0x4000>; > + interrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>; @@ -207,7 +207,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + ssc1: ssc at fffc0000 { +> + ssc1: ssc@fffc0000 { > + compatible = "atmel,at91rm9200-ssc"; > + reg = <0xfffc0000 0x4000>; > + interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>; @@ -216,7 +216,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + spi0: spi at fffc8000 { +> + spi0: spi@fffc8000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "atmel,at91rm9200-spi"; @@ -230,7 +230,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + spi1: spi at fffcc000 { +> + spi1: spi@fffcc000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "atmel,at91rm9200-spi"; @@ -243,17 +243,17 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + ramc: ramc at ffffea00 { +> + ramc: ramc@ffffea00 { > + compatible = "atmel,at91sam9260-sdramc"; > + reg = <0xffffea00 0x200>; > + }; > + -> + matrix: matrix at ffffee00 { +> + matrix: matrix@ffffee00 { > + compatible = "atmel,at91sam9260-bus-matrix"; > + reg = <0xffffee00 0x200>; > + }; > + -> + aic: interrupt-controller at fffff000 { +> + aic: interrupt-controller@fffff000 { > + #interrupt-cells = <3>; > + compatible = "atmel,at91rm9200-aic"; > + interrupt-controller; @@ -261,7 +261,7 @@ properties like reg, interrupts and atmel,pins. > + atmel,external-irqs = <29 30 31>; > + }; > + -> + dbgu: serial at fffff200 { +> + dbgu: serial@fffff200 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffff200 0x200>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -272,7 +272,7 @@ properties like reg, interrupts and atmel,pins. > + status = "disabled"; > + }; > + -> + pinctrl at fffff400 { +> + pinctrl@fffff400 { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "atmel,at91rm9200-pinctrl", "simple-bus"; @@ -505,7 +505,7 @@ properties like reg, interrupts and atmel,pins. > + }; > + }; > + -> + pioA: gpio at fffff400 { +> + pioA: gpio@fffff400 { > + compatible = "atmel,at91rm9200-gpio"; > + reg = <0xfffff400 0x200>; > + interrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>; @@ -516,7 +516,7 @@ properties like reg, interrupts and atmel,pins. > + clocks = <&pioA_clk>; > + }; > + -> + pioB: gpio at fffff600 { +> + pioB: gpio@fffff600 { > + compatible = "atmel,at91rm9200-gpio"; > + reg = <0xfffff600 0x200>; > + interrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>; @@ -527,7 +527,7 @@ properties like reg, interrupts and atmel,pins. > + clocks = <&pioB_clk>; > + }; > + -> + pioC: gpio at fffff800 { +> + pioC: gpio@fffff800 { > + compatible = "atmel,at91rm9200-gpio"; > + reg = <0xfffff800 0x200>; > + interrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>; @@ -539,7 +539,7 @@ properties like reg, interrupts and atmel,pins. > + }; > + }; > + -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + compatible = "atmel,at91rm9200-pmc"; > + reg = <0xfffffc00 0x100>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -717,24 +717,24 @@ properties like reg, interrupts and atmel,pins. > + }; > + }; > + -> + rstc at fffffd00 { +> + rstc@fffffd00 { > + compatible = "atmel,at91sam9260-rstc"; > + reg = <0xfffffd00 0x10>; > + }; > + -> + shdwc at fffffd10 { +> + shdwc@fffffd10 { > + compatible = "atmel,at91sam9260-shdwc"; > + reg = <0xfffffd10 0x10>; > + }; > + -> + pit: timer at fffffd30 { +> + pit: timer@fffffd30 { > + compatible = "atmel,at91sam9260-pit"; > + reg = <0xfffffd30 0xf>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; > + clocks = <&mck>; > + }; > + -> + watchdog at fffffd40 { +> + watchdog@fffffd40 { > + compatible = "atmel,at91sam9260-wdt"; > + reg = <0xfffffd40 0x10>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -743,7 +743,7 @@ properties like reg, interrupts and atmel,pins. > + }; > + }; > + -> + i2c at 0 { +> + i2c@0 { > + compatible = "i2c-gpio"; > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_i2c_bitbang>; diff --git a/a/content_digest b/N2/content_digest index 9e2435a..2db7e25 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,17 @@ "ref\01393841162-25339-1-git-send-email-jjhiblot@traphandler.com\0" "ref\01393841162-25339-5-git-send-email-jjhiblot@traphandler.com\0" - "From\0alexandre.belloni@free-electrons.com (Alexandre Belloni)\0" - "Subject\0[PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support\0" + "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" + "Subject\0Re: [PATCH v5 4/9] at91: dt: Add at91sam9261 dt SoC support\0" "Date\0Mon, 3 Mar 2014 19:40:23 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jean-Jacques Hiblot <jjhiblot@traphandler.com>\0" + "Cc\0nicolas.ferre@atmel.com" + plagnioj@jcrosoft.com + b.brezillon@overkiz.com + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + gregory.clement@free-electrons.com + devicetree@vger.kernel.org + " thomas.petazzoni@free-electrons.com\0" "\00:1\0" "b\0" "On 03/03/2014 at 11:05:57 +0100, Jean-Jacques Hiblot wrote :\n" @@ -75,7 +83,7 @@ "> +\t\t#size-cells = <1>;\n" "> +\t\tranges;\n" "> +\n" - "> +\t\tusb0: ohci at 00500000 {\n" + "> +\t\tusb0: ohci@00500000 {\n" "> +\t\t\tcompatible = \"atmel,at91rm9200-ohci\", \"usb-ohci\";\n" "> +\t\t\treg = <0x00500000 0x100000>;\n" "> +\t\t\tinterrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>;\n" @@ -84,7 +92,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tfb0: fb at 0x00600000 {\n" + "> +\t\tfb0: fb@0x00600000 {\n" "> +\t\t\tcompatible = \"atmel,at91sam9261-lcdc\";\n" "> +\t\t\treg = <0x00600000 0x1000>;\n" "> +\t\t\tinterrupts = <21 IRQ_TYPE_LEVEL_HIGH 3>;\n" @@ -95,7 +103,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tnand0: nand at 40000000 {\n" + "> +\t\tnand0: nand@40000000 {\n" "> +\t\t\tcompatible = \"atmel,at91rm9200-nand\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <1>;\n" @@ -122,7 +130,7 @@ "> +\t\t\t#size-cells = <1>;\n" "> +\t\t\tranges;\n" "> +\n" - "> +\t\t\ttcb0: timer at fffa0000 {\n" + "> +\t\t\ttcb0: timer@fffa0000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-tcb\";\n" "> +\t\t\t\treg = <0xfffa0000 0x100>;\n" "> +\t\t\t\tinterrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0\n" @@ -133,7 +141,7 @@ "> +\t\t\t\tclock-names = \"t0_clk\", \"t1_clk\", \"t2_clk\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusb1: gadget at fffa4000 {\n" + "> +\t\t\tusb1: gadget@fffa4000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-udc\";\n" "> +\t\t\t\treg = <0xfffa4000 0x4000>;\n" "> +\t\t\t\tinterrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;\n" @@ -142,7 +150,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tmmc0: mmc at fffa8000 {\n" + "> +\t\t\tmmc0: mmc@fffa8000 {\n" "> +\t\t\t\tcompatible = \"atmel,hsmci\";\n" "> +\t\t\t\treg = <0xfffa8000 0x600>;\n" "> +\t\t\t\tinterrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -155,7 +163,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\ti2c0: i2c at fffac000 {\n" + "> +\t\t\ti2c0: i2c@fffac000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9261-i2c\";\n" "> +\t\t\t\tpinctrl-names = \"default\";\n" "> +\t\t\t\tpinctrl-0 = <&pinctrl_i2c_twi>;\n" @@ -167,7 +175,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart0: serial at fffb0000 {\n" + "> +\t\t\tusart0: serial@fffb0000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffb0000 0x200>;\n" "> +\t\t\t\tinterrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -180,7 +188,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart1: serial at fffb4000 {\n" + "> +\t\t\tusart1: serial@fffb4000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffb4000 0x200>;\n" "> +\t\t\t\tinterrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -193,7 +201,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart2: serial at fffb8000{\n" + "> +\t\t\tusart2: serial@fffb8000{\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffb8000 0x200>;\n" "> +\t\t\t\tinterrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -206,7 +214,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tssc0: ssc at fffbc000 {\n" + "> +\t\t\tssc0: ssc@fffbc000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-ssc\";\n" "> +\t\t\t\treg = <0xfffbc000 0x4000>;\n" "> +\t\t\t\tinterrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -215,7 +223,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tssc1: ssc at fffc0000 {\n" + "> +\t\t\tssc1: ssc@fffc0000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-ssc\";\n" "> +\t\t\t\treg = <0xfffc0000 0x4000>;\n" "> +\t\t\t\tinterrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -224,7 +232,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tspi0: spi at fffc8000 {\n" + "> +\t\t\tspi0: spi@fffc8000 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-spi\";\n" @@ -238,7 +246,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tspi1: spi at fffcc000 {\n" + "> +\t\t\tspi1: spi@fffcc000 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-spi\";\n" @@ -251,17 +259,17 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tramc: ramc at ffffea00 {\n" + "> +\t\t\tramc: ramc@ffffea00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-sdramc\";\n" "> +\t\t\t\treg = <0xffffea00 0x200>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tmatrix: matrix at ffffee00 {\n" + "> +\t\t\tmatrix: matrix@ffffee00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-bus-matrix\";\n" "> +\t\t\t\treg = <0xffffee00 0x200>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\taic: interrupt-controller at fffff000 {\n" + "> +\t\t\taic: interrupt-controller@fffff000 {\n" "> +\t\t\t\t#interrupt-cells = <3>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-aic\";\n" "> +\t\t\t\tinterrupt-controller;\n" @@ -269,7 +277,7 @@ "> +\t\t\t\tatmel,external-irqs = <29 30 31>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tdbgu: serial at fffff200 {\n" + "> +\t\t\tdbgu: serial@fffff200 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffff200 0x200>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -280,7 +288,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpinctrl at fffff400 {\n" + "> +\t\t\tpinctrl@fffff400 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <1>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-pinctrl\", \"simple-bus\";\n" @@ -513,7 +521,7 @@ "> +\t\t\t\t\t};\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpioA: gpio at fffff400 {\n" + "> +\t\t\t\tpioA: gpio@fffff400 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> +\t\t\t\t\treg = <0xfffff400 0x200>;\n" "> +\t\t\t\t\tinterrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>;\n" @@ -524,7 +532,7 @@ "> +\t\t\t\t\tclocks = <&pioA_clk>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpioB: gpio at fffff600 {\n" + "> +\t\t\t\tpioB: gpio@fffff600 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> +\t\t\t\t\treg = <0xfffff600 0x200>;\n" "> +\t\t\t\t\tinterrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>;\n" @@ -535,7 +543,7 @@ "> +\t\t\t\t\tclocks = <&pioB_clk>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpioC: gpio at fffff800 {\n" + "> +\t\t\t\tpioC: gpio@fffff800 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> +\t\t\t\t\treg = <0xfffff800 0x200>;\n" "> +\t\t\t\t\tinterrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>;\n" @@ -547,7 +555,7 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-pmc\";\n" "> +\t\t\t\treg = <0xfffffc00 0x100>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -725,24 +733,24 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\trstc at fffffd00 {\n" + "> +\t\t\trstc@fffffd00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-rstc\";\n" "> +\t\t\t\treg = <0xfffffd00 0x10>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tshdwc at fffffd10 {\n" + "> +\t\t\tshdwc@fffffd10 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-shdwc\";\n" "> +\t\t\t\treg = <0xfffffd10 0x10>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpit: timer at fffffd30 {\n" + "> +\t\t\tpit: timer@fffffd30 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-pit\";\n" "> +\t\t\t\treg = <0xfffffd30 0xf>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" "> +\t\t\t\tclocks = <&mck>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\twatchdog at fffffd40 {\n" + "> +\t\t\twatchdog@fffffd40 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-wdt\";\n" "> +\t\t\t\treg = <0xfffffd40 0x10>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -751,7 +759,7 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\ti2c at 0 {\n" + "> +\ti2c@0 {\n" "> +\t\tcompatible = \"i2c-gpio\";\n" "> +\t\tpinctrl-names = \"default\";\n" "> +\t\tpinctrl-0 = <&pinctrl_i2c_bitbang>;\n" @@ -803,4 +811,4 @@ "Embedded Linux, Kernel and Android engineering\n" http://free-electrons.com -e1a95c4228e2747c97303deca3801ab4260ec79cfeb6f86b525e18bab0e4f1ef +f630c511946378a259ae920c59d1ec3646789555ea729c1fff59cfb3db020367
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.