mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
ARM: dts: add spi nodes for atmel SoC
Signed-off-by: Richard Genoud <richard.genoud@gmail.com> [wenyou.yang@atmel.com: add spi nodes for sam9260, sam9263, sam9g45 and sam9n12] [wenyou.yang@atmel.com: remove spi property "cs-gpios" to the board dts files] [wenyou.yang@atmel.com: submit the patch] Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
f0db66a5cd
commit
d50f88a0c3
5 changed files with 90 additions and 0 deletions
|
@ -471,6 +471,24 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spi0: spi@fffc8000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xfffc8000 0x200>;
|
||||||
|
interrupts = <12 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
spi1: spi@fffcc000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xfffcc000 0x200>;
|
||||||
|
interrupts = <13 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
adc0: adc@fffe0000 {
|
adc0: adc@fffe0000 {
|
||||||
compatible = "atmel,at91sam9260-adc";
|
compatible = "atmel,at91sam9260-adc";
|
||||||
reg = <0xfffe0000 0x100>;
|
reg = <0xfffe0000 0x100>;
|
||||||
|
|
|
@ -462,6 +462,24 @@
|
||||||
reg = <0xfffffd40 0x10>;
|
reg = <0xfffffd40 0x10>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spi0: spi@fffa4000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xfffa4000 0x200>;
|
||||||
|
interrupts = <14 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
spi1: spi@fffa8000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xfffa8000 0x200>;
|
||||||
|
interrupts = <15 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nand0: nand@40000000 {
|
nand0: nand@40000000 {
|
||||||
|
|
|
@ -531,6 +531,24 @@
|
||||||
reg = <0xfffffd40 0x10>;
|
reg = <0xfffffd40 0x10>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spi0: spi@fffa4000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xfffa4000 0x200>;
|
||||||
|
interrupts = <14 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
spi1: spi@fffa8000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xfffa8000 0x200>;
|
||||||
|
interrupts = <15 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nand0: nand@40000000 {
|
nand0: nand@40000000 {
|
||||||
|
|
|
@ -373,6 +373,24 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spi0: spi@f0000000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xf0000000 0x100>;
|
||||||
|
interrupts = <13 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
spi1: spi@f0004000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xf0004000 0x100>;
|
||||||
|
interrupts = <14 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nand0: nand@40000000 {
|
nand0: nand@40000000 {
|
||||||
|
|
|
@ -505,6 +505,24 @@
|
||||||
trigger-value = <0x6>;
|
trigger-value = <0x6>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spi0: spi@f0000000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xf0000000 0x100>;
|
||||||
|
interrupts = <13 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
spi1: spi@f0004000 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
compatible = "atmel,at91rm9200-spi";
|
||||||
|
reg = <0xf0004000 0x100>;
|
||||||
|
interrupts = <14 4 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nand0: nand@40000000 {
|
nand0: nand@40000000 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue