You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
338 B
22 lines
338 B
/* |
|
* Copyright (c) 2022, Whisper.ai |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/ { |
|
/* FLEXPWM not routed to LED on this EVK */ |
|
pwmleds { |
|
status = "disabled"; |
|
}; |
|
}; |
|
|
|
/* FLEXPWM not routed to LED on this EVK */ |
|
&flexpwm2_pwm3 { |
|
status = "disabled"; |
|
}; |
|
|
|
&green_led { |
|
gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; |
|
label = "User LED1"; |
|
};
|
|
|