dts: nxp: Added flexio support for i.MX rt10xx and kinetis ke1xf series
Added description of flexio peripherals for i.MX rt10xx and kinetis ke1xf series. Signed-off-by: Mikhail Siomin <victorovich.01@mail.ru>
This commit is contained in:
parent
4d2bc5f5e8
commit
ab5f727660
8 changed files with 79 additions and 24 deletions
|
@ -1,17 +0,0 @@
|
|||
# Copyright (c) 2022, NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: |
|
||||
NXP FlexIO binding. This binding does not represent a full FlexIO driver, but
|
||||
declares pinctrl properties, so that the user can MUX pins at the board level
|
||||
for the FlexIO.
|
||||
|
||||
compatible: "nxp,flexio"
|
||||
|
||||
include: [base.yaml, pinctrl-device.yaml]
|
||||
|
||||
properties:
|
||||
pinctrl-0:
|
||||
required: true
|
||||
pinctrl-names:
|
||||
required: true
|
|
@ -132,13 +132,6 @@
|
|||
zephyr,code = <INPUT_KEY_1>;
|
||||
};
|
||||
};
|
||||
|
||||
flexio: flexio@4005a000 {
|
||||
reg = <0x4005a000 0x1000>;
|
||||
compatible = "nxp,flexio";
|
||||
pinctrl-0 = <&flexio_clockout>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
|
@ -331,6 +324,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&flexio1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
||||
partitions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue