blob: dd09257664403ed07c472b017b0a79c18cb87bd9 [file] [log] [blame]
Marcel Ziswilerd0399a42022-07-21 15:27:26 +02001// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Copyright 2013 Sascha Hauer, Pengutronix
4 * Copyright 2013-2017 Markus Niebel <Markus.Niebel@tq-group.com>
5 */
6
7#include <dt-bindings/gpio/gpio.h>
Michael Krummsdorfacdbe522020-04-09 15:21:37 +02008
9&i2c3 {
Marcel Ziswilerd0399a42022-07-21 15:27:26 +020010 pinctrl-names = "default", "gpio";
11 pinctrl-0 = <&pinctrl_i2c3>;
12 pinctrl-1 = <&pinctrl_i2c3_recovery>;
13 scl-gpios = <&gpio1 5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
14 sda-gpios = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
Michael Krummsdorfacdbe522020-04-09 15:21:37 +020015 clock-frequency = <100000>;
16 status = "okay";
17
Marcel Ziswilerd0399a42022-07-21 15:27:26 +020018 pmic: pmic@8 {
Michael Krummsdorfacdbe522020-04-09 15:21:37 +020019 compatible = "fsl,pfuze100";
20 reg = <0x08>;
21 };
22
Marcel Ziswilerd0399a42022-07-21 15:27:26 +020023 sensor@48 {
24 compatible = "national,lm75";
Michael Krummsdorfacdbe522020-04-09 15:21:37 +020025 reg = <0x48>;
26 };
27
Marcel Ziswilerd0399a42022-07-21 15:27:26 +020028 eeprom@50 {
29 compatible = "st,24c64", "atmel,24c64";
Michael Krummsdorfacdbe522020-04-09 15:21:37 +020030 reg = <0x50>;
31 pagesize = <32>;
32 };
33};