File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1253
1253
#size-cells = <0>;
1254
1254
};
1255
1255
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
+
1256
1266
lpspi2: spi@4370000 {
1257
1267
compatible = "nxp,lpspi";
1258
1268
reg = <0x4370000 0x4000>;
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments