diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2019-05-31 09:16:56 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-02 13:49:49 -0700 |
commit | b596229448dd2a263cdc4906e60b1b2249777ee4 (patch) | |
tree | 55c29da892d8f46d34f7388aa74725bb6da23fcd /arch/mips | |
parent | 6345266a9989287336ff6a2843cd3b033cda85a1 (diff) | |
download | linux-b596229448dd2a263cdc4906e60b1b2249777ee4.tar.bz2 |
net: mscc: ocelot: Add support for tcam
Add ACL support using the TCAM. Using ACL it is possible to create rules
in hardware to filter/redirect frames.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/boot/dts/mscc/ocelot.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/mscc/ocelot.dtsi b/arch/mips/boot/dts/mscc/ocelot.dtsi index 90c60d42f571..33ae74aaa1bb 100644 --- a/arch/mips/boot/dts/mscc/ocelot.dtsi +++ b/arch/mips/boot/dts/mscc/ocelot.dtsi @@ -132,11 +132,12 @@ <0x1270000 0x100>, <0x1280000 0x100>, <0x1800000 0x80000>, - <0x1880000 0x10000>; + <0x1880000 0x10000>, + <0x1060000 0x10000>; reg-names = "sys", "rew", "qs", "port0", "port1", "port2", "port3", "port4", "port5", "port6", "port7", "port8", "port9", "port10", "qsys", - "ana"; + "ana", "s2"; interrupts = <21 22>; interrupt-names = "xtr", "inj"; |