Commit 50f2472a authored by Nicolas Ferre's avatar Nicolas Ferre

ARM: at91/dt: sama5d4 xplained: add spi1 on j14 connector

Route SPI1 on the Arduino "in the middle" spi connector.
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent df2453fe
......@@ -122,6 +122,11 @@ usart4: serial@fc010000 {
status = "okay";
};
spi1: spi@fc018000 {
cs-gpios = <&pioB 21 0>;
status = "okay";
};
adc0: adc@fc034000 {
atmel,adc-vref = <3300>;
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment