1
0
Fork 0

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: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
hifive-unleashed-5.1
Martin Blumenstingl 2017-06-15 23:33:45 +02:00 committed by Kevin Hilman
parent 5239e05048
commit 192ec775f5
1 changed files with 14 additions and 0 deletions

View File

@ -123,6 +123,13 @@
function = "remote";
};
};
pwm_f_ao_pins: pwm-f-ao {
mux {
groups = "pwm_f_ao";
function = "pwm_f_ao";
};
};
};
};
@ -168,6 +175,13 @@
function = "ethernet";
};
};
pwm_e_pins: pwm-e {
mux {
groups = "pwm_e";
function = "pwm_e";
};
};
};
};