Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnxp,lpc1788-i2c.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/i2c/nxp,lpc1788-i2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP I2C controller for LPC2xxx/178x/18xx/43xx
10 - Vladimir Zapolskiy <vz@mleia.com>
13 - $ref: /schemas/i2c/i2c-controller.yaml#
17 const: nxp,lpc1788-i2c
28 clock-frequency:
29 description: the desired I2C bus clock frequency in Hz
[all …]
H A Di2c-lpc2k.txt1 NXP I2C controller for LPC2xxx/178x/18xx/43xx
4 - compatible: must be "nxp,lpc1788-i2c"
5 - reg: physical address and length of the device registers
6 - interrupts: a single interrupt specifier
7 - clocks: clock for the device
8 - #address-cells: should be <1>
9 - #size-cells: should be <0>
12 - clock-frequency: the desired I2C bus clock frequency in Hz; in
16 i2c0: i2c@400a1000 {
17 compatible = "nxp,lpc1788-i2c";
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/
H A Dlpc18xx.dtsi9 * Released under the terms of 3-clause BSD License
14 #include "../../armv7-m.dtsi"
16 #include "dt-bindings/clock/lpc18xx-cgu.h"
17 #include "dt-bindings/clock/lpc18xx-ccu.h"
23 #address-cells = <1>;
24 #size-cells = <1>;
27 #address-cells = <1>;
28 #size-cell
[all...]