34 lines
605 B
Plaintext
34 lines
605 B
Plaintext
/*
|
|
* Copyright (c) 2022 Microchip Technology Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&bbled0 {
|
|
compatible = "microchip,xec-bbled";
|
|
pinctrl-0 = <&led0_gpio156>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|
|
|
|
&bbled1 {
|
|
compatible = "microchip,xec-bbled";
|
|
pinctrl-0 = <&led1_gpio157>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|
|
|
|
&bbled2 {
|
|
compatible = "microchip,xec-bbled";
|
|
pinctrl-0 = <&led2_gpio153>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|
|
|
|
&bbled3 {
|
|
compatible = "microchip,xec-bbled";
|
|
pinctrl-0 = <&led3_gpio035>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|