diff options
author | 2022-06-10 12:24:09 +0300 | |
---|---|---|
committer | 2022-06-17 17:20:00 +0200 | |
commit | 5994f58977e0123d5cb77617b3cc4676325028dd (patch) | |
tree | 9facf1ab6b4fe313af266df58527291f409bb16d | |
parent | dt-bindings: reset: atmel,at91sam9260-reset: add sama7g5 bindings (diff) | |
download | wireguard-linux-5994f58977e0123d5cb77617b3cc4676325028dd.tar.xz wireguard-linux-5994f58977e0123d5cb77617b3cc4676325028dd.zip |
dt-bindings: reset: add sama7g5 definitions
Add reset bindings for SAMA7G5. At the moment only USB PHYs are
included.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r-- | include/dt-bindings/reset/sama7g5-reset.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/sama7g5-reset.h b/include/dt-bindings/reset/sama7g5-reset.h new file mode 100644 index 000000000000..2116f41d04e0 --- /dev/null +++ b/include/dt-bindings/reset/sama7g5-reset.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ + +#ifndef __DT_BINDINGS_RESET_SAMA7G5_H +#define __DT_BINDINGS_RESET_SAMA7G5_H + +#define SAMA7G5_RESET_USB_PHY1 4 +#define SAMA7G5_RESET_USB_PHY2 5 +#define SAMA7G5_RESET_USB_PHY3 6 + +#endif /* __DT_BINDINGS_RESET_SAMA7G5_H */ |