Skip to content

Commit

Permalink
iio: adc: versal-sysmon: Add nodeid to PLM interface
Browse files Browse the repository at this point in the history
Add new, PLM interface file which will hold PLM related
ids, but not power domain related.
For now only sysmon SLRs nodeid will be in defined here.

Signed-off-by: Dragan Cvetic <[email protected]>
  • Loading branch information
xlnx-dcvetic authored and michalsimek committed Sep 5, 2022
1 parent 41ad77a commit f82464a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions include/dt-bindings/power/xlnx-versal-regnode.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2022 Xilinx, Inc.
*/

#ifndef _DT_BINDINGS_VERSAL_REGNODE_H
#define _DT_BINDINGS_VERSAL_REGNODE_H

#define PM_REGNODE_SYSMON_ROOT_0 (0x18224055U)
#define PM_REGNODE_SYSMON_ROOT_1 (0x18225055U)
#define PM_REGNODE_SYSMON_ROOT_2 (0x18226055U)
#define PM_REGNODE_SYSMON_ROOT_3 (0x18227055U)

#endif

0 comments on commit f82464a

Please sign in to comment.