sunxi: enable SPI for Lichee Pi Zero

Lichee Pi Zero have a SPI NOR solder pad.

Enable the SPI on Lichee Pi Zero.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
This commit is contained in:
Icenowy Zheng
2017-05-21 12:34:44 +08:00
parent 7e47c8101d
commit eb2adf2785
+5
View File
@@ -50,6 +50,7 @@
aliases {
serial0 = &uart0;
spi0 = &spi0;
};
chosen {
@@ -66,6 +67,10 @@
status = "okay";
};
&spi0 {
status = "okay";
};
&uart0 {
pinctrl-0 = <&uart0_pins_a>;
pinctrl-names = "default";