Skip to content
Snippets Groups Projects
Commit 3450409d authored by David Mondou's avatar David Mondou
Browse files

Add spidev to 500 dts for test image

parent 7cf99fba
No related branches found
No related tags found
No related merge requests found
......@@ -485,6 +485,20 @@
status = "okay";
};
&ecspi1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1>;
fsl,spi-num-chipselects = <1>;
cs-gpios = <&gpio3 26 GPIO_ACTIVE_LOW>;
status = "okay";
spidev0: spi@0 {
compatible = "spidev";
reg = <0>;
spi-max-frequency = <8000000>;
};
};
/* Vesta expansion card DT overlay manager - based on beaglebone cape manager */
/ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment