From db80f993967d9fe27be362df1fa38e6ec3b411d5 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Wed, 10 Apr 2019 10:52:43 -0700 Subject: Add missing PMP nodes Signed-off-by: Nathaniel Graff --- bsp/coreip-e76-arty/design.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bsp/coreip-e76-arty/design.dts') diff --git a/bsp/coreip-e76-arty/design.dts b/bsp/coreip-e76-arty/design.dts index 55edc8b..1ea526f 100644 --- a/bsp/coreip-e76-arty/design.dts +++ b/bsp/coreip-e76-arty/design.dts @@ -47,6 +47,10 @@ #size-cells = <1>; compatible = "SiFive,FE710G-soc", "fe710-soc", "sifive-soc", "simple-bus"; ranges; + pmp: pmp@0 { + compatible = "riscv,pmp"; + regions = <8>; + }; L2: clint@2000000 { compatible = "riscv,clint0"; interrupts-extended = <&L4 3 &L4 7>; -- cgit v1.2.3