Skip to content

Commit da5d298

Browse files
dts: arm: renesas: ra: Add support NPU on Renesas ra8p1 SoC dts
Add support NPU on Renesas ra8p1 SoC dts Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 7828160 commit da5d298

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dts/arm/renesas/ra/ra8/r7ka8p1xf.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
#include <zephyr/dt-bindings/clock/ra_clock.h>
99

1010
/ {
11+
soc {
12+
npu0: npu@40140000 {
13+
compatible = "renesas,ra-npu";
14+
reg = <0x40140000 0x1000>;
15+
clocks = <&npuclk MSTPA 16>;
16+
secure-enable;
17+
privilege-enable;
18+
status = "disabled";
19+
};
20+
};
21+
1122
clocks: clocks {
1223
#address-cells = <1>;
1324
#size-cells = <1>;

0 commit comments

Comments
 (0)