Home
last modified time | relevance | path

Searched +full:pnx +full:- +full:i2c (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnxp,pnx-i2c.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/i2c/nxp,pnx-i2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP PNX I2C Controller
10 - Animesh Agarwal <animeshagarwal28@gmail.com>
13 - $ref: /schemas/i2c/i2c-controller.yaml#
17 const: nxp,pnx-i2c
25 clock-frequency:
29 - compatible
[all …]
H A Di2c-pnx.txt1 * NXP PNX I2C Controller
5 - reg: Offset and length of the register set for the device
6 - compatible: should be "nxp,pnx-i2c"
7 - interrupts: configure one interrupt line
8 - #address-cells: always 1 (for i2c addresses)
9 - #size-cells: always 0
13 - clock-frequency: desired I2C bus clock frequency in Hz, Default: 100000 Hz
17 i2c1: i2c@400a0000 {
18 compatible = "nxp,pnx-i2c";
20 interrupt-parent = <&mic>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/
H A Dlpc32xx.dtsi1 // SPDX-License-Identifier: GPL-2.0+
5 * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com>
9 #include <dt-bindings/clock/lpc32xx-clock.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
13 #address-cells = <1>;
14 #size-cells = <1>;
16 interrupt-parent = <&mic>;
19 #address-cells = <1>;
20 #size-cells = <0>;
23 compatible = "arm,arm926ej-s";
[all …]