Searched +full:lpc1788 +full:- +full:i2c (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---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/43xx10 - Vladimir Zapolskiy <vz@mleia.com>13 - $ref: /schemas/i2c/i2c-controller.yaml#17 const: nxp,lpc1788-i2c28 clock-frequency:29 description: the desired I2C bus clock frequency in Hz[all …]
1 NXP I2C controller for LPC2xxx/178x/18xx/43xx4 - compatible: must be "nxp,lpc1788-i2c"5 - reg: physical address and length of the device registers6 - interrupts: a single interrupt specifier7 - clocks: clock for the device8 - #address-cells: should be <1>9 - #size-cells: should be <0>12 - clock-frequency: the desired I2C bus clock frequency in Hz; in16 i2c0: i2c@400a1000 {17 compatible = "nxp,lpc1788-i2c";[all …]
9 * Released under the terms of 3-clause BSD License14 #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...]