ARM: dts: socfpga: Add Rohm DH2228FV DAC

Enable the SPI node and add the Rohm DH2228FV DAC.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Dinh Nguyen 2016-12-15 23:30:03 -06:00
parent 4d3e72b119
commit c4fb689307

View file

@ -159,6 +159,16 @@
};
};
&spi0 {
status = "okay";
spidev@0 {
compatible = "rohm,dh2228fv";
reg = <0>;
spi-max-frequency = <1000000>;
};
};
&usb1 {
status = "okay";
};