Commit 3e03b4ac authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: vf610-zii-scu4-aib: Add HI8435 support

On the vf610-zii-scu4-aib board there is a hi8435 (32-channel
discrete-to-digital SPI sensor device) in the DSPI0 bus.

Add support for it.
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Reviewed-by: default avatarChris Healy <cphealy@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c9a8cf0f
...@@ -397,6 +397,20 @@ reg_vcc_3v3_mcu: regulator-vcc-3v3-mcu { ...@@ -397,6 +397,20 @@ reg_vcc_3v3_mcu: regulator-vcc-3v3-mcu {
}; };
}; };
&dspi0 {
pinctrl-0 = <&pinctrl_dspi0>;
pinctrl-names = "default";
bus-num = <0>;
status = "okay";
adc@5 {
compatible = "holt,hi8435";
reg = <5>;
gpios = <&gpio5 3 GPIO_ACTIVE_HIGH>;
spi-max-frequency = <1000000>;
};
};
&dspi1 { &dspi1 {
bus-num = <1>; bus-num = <1>;
pinctrl-names = "default"; pinctrl-names = "default";
......
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