diff options
author | Bunnaroath Sou <35707615+bsousi5@users.noreply.github.com> | 2019-02-11 17:20:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-11 17:20:27 -0800 |
commit | f645822003024a89dcf5278dbd386250179bf1f1 (patch) | |
tree | a0ac1ea6bf16c93a9f31b5ab825ae8f2e65f24cc /bsp/sifive-hifive1 | |
parent | 30837cf2279ec60989898a0d8ef5a1934bd443c0 (diff) | |
parent | 5016845c243e08c21e21c623c33c744da5689f6f (diff) |
Merge pull request #170 from sifive/hw-breakpoint
Add hw-exec-breakpoint support in dts
Diffstat (limited to 'bsp/sifive-hifive1')
-rw-r--r-- | bsp/sifive-hifive1/design.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsp/sifive-hifive1/design.dts b/bsp/sifive-hifive1/design.dts index abccd6c..ff95ae0 100644 --- a/bsp/sifive-hifive1/design.dts +++ b/bsp/sifive-hifive1/design.dts @@ -28,6 +28,7 @@ sifive,dtim = <&dtim>; status = "okay"; timebase-frequency = <1000000>; + hardware-exec-breakpoint-count = <4>; hlic: interrupt-controller { #interrupt-cells = <1>; compatible = "riscv,cpu-intc"; |