Commit c4fb6893 authored by Dinh Nguyen's avatar Dinh Nguyen

ARM: dts: socfpga: Add Rohm DH2228FV DAC

Enable the SPI node and add the Rohm DH2228FV DAC.
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 4d3e72b1
......@@ -159,6 +159,16 @@ partition@qspi-rootfs {
};
};
&spi0 {
status = "okay";
spidev@0 {
compatible = "rohm,dh2228fv";
reg = <0>;
spi-max-frequency = <1000000>;
};
};
&usb1 {
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