Skip to content

Commit

Permalink
Adding support for Microchip PIC32CX SG devices
Browse files Browse the repository at this point in the history
  • Loading branch information
MyGh64605 committed May 13, 2024
1 parent 7902150 commit 678ee3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions include/dt-bindings/pinctrl/microchip-pic32cxsg-pinctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef DT_BINDINGS_PINCTRL_MCHP_PIC32CXSG_PINCTRL_H_
#define DT_BINDINGS_PINCTRL_MCHP_PIC32CXSG_PINCTRL_H_
#ifndef DT_BINDINGS_PINCTRL_MICROCHIP_PIC32CXSG_PINCTRL_H_
#define DT_BINDINGS_PINCTRL_MICROCHIP_PIC32CXSG_PINCTRL_H_

/*
* @name Atmel PIC32 gpio port list.
* @name Microchip PIC32CXSG gpio port list.
* @{
*/

Expand All @@ -31,7 +31,7 @@
/** @} */

/**
* @name Atmel PIC32 peripheral list.
* @name Microchip PIC32CXSG peripheral list.
* @{
*/

Expand Down Expand Up @@ -78,7 +78,7 @@
/** @} */

/**
* @name Atmel PIC32 pin function list.
* @name Microchip PIC32CXSG pin function list.
* @{
*/

Expand All @@ -98,7 +98,7 @@
/** @} */

/**
* @name Atmel PIC32 pinmux bit field mask and positions.
* @name Microchip PIC32CXSG pinmux bit field mask and positions.
* @{
*/

Expand Down Expand Up @@ -176,4 +176,4 @@
((PIC32CXSG_PINMUX_GET(pincfg) >> PIC32CXSG_PINMUX_PERIPH_POS) \
& PIC32CXSG_PINMUX_PERIPH_MSK)

#endif /* DT_BINDINGS_PINCTRL_MCHP_PIC32CXSG_PINCTRL_H_ */
#endif /* DT_BINDINGS_PINCTRL_MICROCHIP_PIC32CXSG_PINCTRL_H_ */

0 comments on commit 678ee3b

Please sign in to comment.