Commit 192ec775 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Kevin Hilman

ARM: dts: meson8: add the PWM_E and PWM_F pins

This adds the definition of the PWM_E (CBUS) and PWM_F (AOBUS) to
meson8.dtsi, allowing devices to use them. PWM_E can be used on some
devices to generate the 32.768kHz clock for the SDIO wifi module, while
PWM_F can be used to control the power LED.
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 5239e050
...@@ -123,6 +123,13 @@ mux { ...@@ -123,6 +123,13 @@ mux {
function = "remote"; function = "remote";
}; };
}; };
pwm_f_ao_pins: pwm-f-ao {
mux {
groups = "pwm_f_ao";
function = "pwm_f_ao";
};
};
}; };
}; };
...@@ -168,6 +175,13 @@ mux { ...@@ -168,6 +175,13 @@ mux {
function = "ethernet"; function = "ethernet";
}; };
}; };
pwm_e_pins: pwm-e {
mux {
groups = "pwm_e";
function = "pwm_e";
};
};
}; };
}; };
......
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