arm64: dts: colibri-imx8x: Add colibri pwm b, c, d
Add Colibri PWM_B, PWM_C, PWM_D to the module-level device-tree and set the status to ok on the eval-board. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
ee9936d64b
commit
e74b958c8e
arch/arm64/boot/dts/freescale
@ -51,6 +51,21 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* Colibri PWM_B */
|
||||
&lsio_pwm0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* Colibri PWM_C */
|
||||
&lsio_pwm1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* Colibri PWM_D */
|
||||
&lsio_pwm2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* Colibri UART_A */
|
||||
&lpuart3 {
|
||||
status = "okay";
|
||||
|
@ -259,6 +259,27 @@
|
||||
"UNUSABLE_SODIMM_184";
|
||||
};
|
||||
|
||||
/* Colibri PWM_B */
|
||||
&lsio_pwm0 {
|
||||
#pwm-cells = <3>;
|
||||
pinctrl-0 = <&pinctrl_pwm_b>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
/* Colibri PWM_C */
|
||||
&lsio_pwm1 {
|
||||
#pwm-cells = <3>;
|
||||
pinctrl-0 = <&pinctrl_pwm_c>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
/* Colibri PWM_D */
|
||||
&lsio_pwm2 {
|
||||
#pwm-cells = <3>;
|
||||
pinctrl-0 = <&pinctrl_pwm_d>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
/* On-module eMMC */
|
||||
&usdhc1 {
|
||||
bus-width = <8>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user