Commit d5cf89c9 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun7i: Enable the SPI controllers of the A20-olinuxino-micro

The A20-Olinuxino-micro has two SPI bus exposed on its UEXT connectors, enable
them.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 412f2c6f
......@@ -18,7 +18,24 @@ / {
model = "Olimex A20-Olinuxino Micro";
compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20";
aliases {
spi0 = &spi1;
spi1 = &spi2;
};
soc@01c00000 {
spi1: spi@01c06000 {
pinctrl-names = "default";
pinctrl-0 = <&spi1_pins_a>;
status = "okay";
};
spi2: spi@01c17000 {
pinctrl-names = "default";
pinctrl-0 = <&spi2_pins_a>;
status = "okay";
};
pinctrl@01c20800 {
led_pins_olinuxino: led_pins@0 {
allwinner,pins = "PH2";
......
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