1/* 2 * SPDX-License-Identifier: Apache-2.0 3 * 4 * Copyright (c) 2022 STMicroelectronics 5 */ 6 7/ { 8 /* do not define the led on the pa5 but a pwmleds */ 9 leds { 10 status = "disabled"; 11 }; 12}; 13 14&pwmleds { 15 /* NOTE: enable here because it is disabled by default */ 16 status = "okay"; 17}; 18 19&pwm2 { 20 status = "okay"; 21}; 22