ARM64: dts: meson-axg: enable i2c AO on the S400 board

The i2c AO is used for the MIC daughter card of the S400 board

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Jerome Brunet
2018-05-17 11:31:00 +02:00
committed by Kevin Hilman
parent c054b6c229
commit ffe2f2a415

View File

@@ -95,6 +95,12 @@ &i2c1 {
pinctrl-names = "default";
};
&i2c_AO {
status = "okay";
pinctrl-0 = <&i2c_ao_sck_10_pins>, <&i2c_ao_sda_11_pins>;
pinctrl-names = "default";
};
&pwm_ab {
status = "okay";
pinctrl-0 = <&pwm_a_x20_pins>;