Searched +full:pnx +full:- +full:i2c (Results 1 – 3 of 3) sorted by relevance
1 # 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 Controller10 - Animesh Agarwal <animeshagarwal28@gmail.com>13 - $ref: /schemas/i2c/i2c-controller.yaml#17 const: nxp,pnx-i2c25 clock-frequency:29 - compatible[all …]
1 * NXP PNX I2C Controller5 - reg: Offset and length of the register set for the device6 - compatible: should be "nxp,pnx-i2c"7 - interrupts: configure one interrupt line8 - #address-cells: always 1 (for i2c addresses)9 - #size-cells: always 013 - clock-frequency: desired I2C bus clock frequency in Hz, Default: 100000 Hz17 i2c1: i2c@400a0000 {18 compatible = "nxp,pnx-i2c";20 interrupt-parent = <&mic>;[all …]
1 // 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 …]