diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2020-09-30 00:27:24 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-30 03:26:12 +0200 |
commit | a61e365d7c183c556717bbf36dcf00c941ec044e (patch) | |
tree | ae5cc886b6f1c92370c44e2b92ee9a5be7fb5f25 /arch | |
parent | net: mscc: ocelot: generalize existing code for VCAP (diff) | |
download | linux-a61e365d7c183c556717bbf36dcf00c941ec044e.tar.xz linux-a61e365d7c183c556717bbf36dcf00c941ec044e.zip |
net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and target
As a preparation step for the offloading to IS1, let's create the
infrastructure for talking with this hardware block.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/boot/dts/mscc/ocelot.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/mscc/ocelot.dtsi b/arch/mips/boot/dts/mscc/ocelot.dtsi index f94e8a02ed06..70c74860b822 100644 --- a/arch/mips/boot/dts/mscc/ocelot.dtsi +++ b/arch/mips/boot/dts/mscc/ocelot.dtsi @@ -134,11 +134,12 @@ <0x1280000 0x100>, <0x1800000 0x80000>, <0x1880000 0x10000>, + <0x1050000 0x10000>, <0x1060000 0x10000>; reg-names = "sys", "rew", "qs", "ptp", "port0", "port1", "port2", "port3", "port4", "port5", "port6", "port7", "port8", "port9", "port10", "qsys", - "ana", "s2"; + "ana", "s1", "s2"; interrupts = <18 21 22>; interrupt-names = "ptp_rdy", "xtr", "inj"; |