Skip to content

Commit 55adebb

Browse files
mcuxtedkartben
authored andcommitted
dts: add KPP driver bindings.
add KPP driver bindings. Signed-off-by: Qiang Zhang <[email protected]>
1 parent 2441e76 commit 55adebb

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

dts/arm/nxp/nxp_rt118x.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,16 @@
12531253
#size-cells = <0>;
12541254
};
12551255

1256+
kpp: kpp@2a00000 {
1257+
compatible = "nxp,mcux-kpp";
1258+
reg = <0x2A00000 0x1000>;
1259+
interrupts = <211 0>;
1260+
#address-cells = <1>;
1261+
#size-cells = <0>;
1262+
status = "disabled";
1263+
clocks = <&ccm IMX_CCM_KPP_CLK 0x0 0>;
1264+
};
1265+
12561266
lpspi2: spi@4370000 {
12571267
compatible = "nxp,lpspi";
12581268
reg = <0x4370000 0x4000>;
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2025 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: NXP KPP controller
5+
6+
compatible: "nxp,mcux-kpp"
7+
8+
include: [base.yaml, pinctrl-device.yaml]
9+
10+
properties:
11+
reg:
12+
required: true
13+
14+
interrupts:
15+
required: true
16+
17+
clocks:
18+
required: true

0 commit comments

Comments
 (0)