devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * [PATCH 5/6] [RFC] ARM: shmobile: r7s72100 dtsi: Add RSPI nodes
           [not found] <1387886210-3634-1-git-send-email-geert+renesas@linux-m68k.org>
           [not found] ` <1387886210-3634-1-git-send-email-geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
    @ 2013-12-24 11:56 ` Geert Uytterhoeven
      1 sibling, 0 replies; 14+ messages in thread
    From: Geert Uytterhoeven @ 2013-12-24 11:56 UTC (permalink / raw)
      To: linux-sh; +Cc: linux-arm-kernel, linux-spi, Geert Uytterhoeven, devicetree
    
    Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
    Cc: devicetree@vger.kernel.org
    ---
     arch/arm/boot/dts/r7s72100.dtsi |   65 +++++++++++++++++++++++++++++++++++++++
     1 file changed, 65 insertions(+)
    
    diff --git a/arch/arm/boot/dts/r7s72100.dtsi b/arch/arm/boot/dts/r7s72100.dtsi
    index ff0bd6be454f..42e9b423476c 100644
    --- a/arch/arm/boot/dts/r7s72100.dtsi
    +++ b/arch/arm/boot/dts/r7s72100.dtsi
    @@ -34,6 +34,11 @@
     		gpio10 = &port10;
     		gpio11 = &port11;
     		gpio12 = &jtagport0;
    +		spi0 = &spi0;
    +		spi1 = &spi1;
    +		spi2 = &spi2;
    +		spi3 = &spi3;
    +		spi4 = &spi4;
     	};
     
     	cpus {
    @@ -289,4 +294,64 @@
     		clock-frequency = <100000>;
     		status = "disabled";
     	};
    +
    +	spi0: spi@e800c800 {
    +		compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
    +		reg = <0xe800c800 0x24>;
    +		interrupts = <0 238 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 239 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 240 IRQ_TYPE_LEVEL_HIGH>;
    +		num-cs = <1>;
    +		#address-cells = <1>;
    +		#size-cells = <0>;
    +		status = "disabled";
    +	};
    +
    +	spi1: spi@e800d000 {
    +		compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
    +		reg = <0xe800d000 0x24>;
    +		interrupts = <0 241 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 242 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 243 IRQ_TYPE_LEVEL_HIGH>;
    +		num-cs = <1>;
    +		#address-cells = <1>;
    +		#size-cells = <0>;
    +		status = "disabled";
    +	};
    +
    +	spi2: spi@e800d800 {
    +		compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
    +		reg = <0xe800d800 0x24>;
    +		interrupts = <0 244 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 245 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 246 IRQ_TYPE_LEVEL_HIGH>;
    +		num-cs = <1>;
    +		#address-cells = <1>;
    +		#size-cells = <0>;
    +		status = "disabled";
    +	};
    +
    +	spi3: spi@e800e000 {
    +		compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
    +		reg = <0xe800e000 0x24>;
    +		interrupts = <0 247 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 248 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 249 IRQ_TYPE_LEVEL_HIGH>;
    +		num-cs = <1>;
    +		#address-cells = <1>;
    +		#size-cells = <0>;
    +		status = "disabled";
    +	};
    +
    +	spi4: spi@e800e800 {
    +		compatible = "renesas,rspi-r7s72100", "renesas,rspi-rz";
    +		reg = <0xe800e800 0x24>;
    +		interrupts = <0 250 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 251 IRQ_TYPE_LEVEL_HIGH>,
    +			     <0 252 IRQ_TYPE_LEVEL_HIGH>;
    +		num-cs = <1>;
    +		#address-cells = <1>;
    +		#size-cells = <0>;
    +		status = "disabled";
    +	};
     };
    -- 
    1.7.9.5
    
    
    ^ permalink raw reply related	[flat|nested] 14+ messages in thread

  • end of thread, other threads:[~2013-12-30 17:20 UTC | newest]
    
    Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1387886210-3634-1-git-send-email-geert+renesas@linux-m68k.org>
         [not found] ` <1387886210-3634-1-git-send-email-geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
    2013-12-24 11:56   ` [PATCH 4/6] [RFC] Documentation: dt: Add Renesas RSPI/QSPI bindings Geert Uytterhoeven
         [not found]     ` <1387886210-3634-5-git-send-email-geert+renesas-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
    2013-12-27 16:18       ` Laurent Pinchart
    2013-12-27 19:01         ` Geert Uytterhoeven
         [not found]           ` <CAMuHMdXrPamASqFz8eCVxE0WKT=cdkrzxjDDT84m_AHT+1nmEA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
    2013-12-29 23:22             ` Laurent Pinchart
    2013-12-30  9:37               ` Geert Uytterhoeven
         [not found]                 ` <CAMuHMdUnf77Z1u=d8zFZk0vQtGJ9QhhCk6KVJsVKS-iMFSMUKw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
    2013-12-30 15:18                   ` Laurent Pinchart
    2013-12-30 17:20                     ` Geert Uytterhoeven
    2013-12-24 11:56   ` [PATCH 6/6] [RFC] arm: shmobile: genmai reference: Add RSPI nodes Geert Uytterhoeven
    2013-12-24 15:45     ` Sergei Shtylyov
    2013-12-24 19:46       ` Geert Uytterhoeven
    2013-12-27 16:20     ` Laurent Pinchart
    2013-12-27 19:08       ` Geert Uytterhoeven
         [not found]         ` <CAMuHMdVH4PyhxR3JLLPX9a3fKaEgdpQpd2aa4YKL6DUD8+Pw2Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
    2013-12-28 11:48           ` Laurent Pinchart
    2013-12-24 11:56 ` [PATCH 5/6] [RFC] ARM: shmobile: r7s72100 dtsi: " Geert Uytterhoeven
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).