|
@@ -75,11 +75,6 @@
|
|
|
compatible = "atmel,at91sam9x5-spi";
|
|
|
reg = <0xf0004000 0x100>;
|
|
|
interrupts = <24 4 3>;
|
|
|
- cs-gpios = <&pioD 13 0
|
|
|
- &pioD 14 0 /* conflicts with SCK0 and CANRX0 */
|
|
|
- &pioD 15 0 /* conflicts with CTS0 and CANTX0 */
|
|
|
- &pioD 16 0 /* conflicts with RTS0 and PWMFI3 */
|
|
|
- >;
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&pinctrl_spi0>;
|
|
|
status = "disabled";
|
|
@@ -203,11 +198,6 @@
|
|
|
compatible = "atmel,at91sam9x5-spi";
|
|
|
reg = <0xf8008000 0x100>;
|
|
|
interrupts = <25 4 3>;
|
|
|
- cs-gpios = <&pioC 25 0
|
|
|
- &pioC 26 0 /* conflitcs with TWD1 and ISI_D11 */
|
|
|
- &pioC 27 0 /* conflitcs with TWCK1 and ISI_D10 */
|
|
|
- &pioC 28 0 /* conflitcs with PWMFI0 and ISI_D9 */
|
|
|
- >;
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&pinctrl_spi1>;
|
|
|
status = "disabled";
|