From d0acb1b2391fb33f0888778a4c644058076343ee Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 28 Jul 2021 12:42:58 +0100 Subject: nexus: Add IOLOGIC pins data Signed-off-by: gatecat --- nexus/arch.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nexus/arch.h') diff --git a/nexus/arch.h b/nexus/arch.h index 8c330e47..4d2649fd 100644 --- a/nexus/arch.h +++ b/nexus/arch.h @@ -809,8 +809,9 @@ enum CellPinStyle PINSTYLE_INV_PD_CIB = 0x4017, // invertible, pull down by default PINSTYLE_INV_PU = 0x4027, // invertible, pull up by default - PINSTYLE_IOL_CE = 0x2027, // CE type signal, with explicit 'const-1' config bit - PINSTYLE_GATE = 0x1011, // gated signal that defaults to 0 + PINSTYLE_IOL_CELSR = 0x3007, // CE type signal, with explicit 'const-1' config bit + PINSTYLE_IOL_CLK = 0x3107, // CE type signal, with explicit 'const-1' config bit + PINSTYLE_GATE = 0x1011, // gated signal that defaults to 0 }; // This represents the mux options for a pin -- cgit v1.2.3