projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: dts: synquacer: Add device trees for DeveloperBox
[platform/kernel/u-boot.git]
/
arch
/
arm
/
dts
/
imx6qdl-tqma6b.dtsi
1
// SPDX-License-Identifier: GPL-2.0+
2
//
3
// Copyright (C) 2020 TQ-Systems GmbH
4
5
&i2c3 {
6
pinctrl-names = "default";
7
pinctrl-0 = <&pinctrl_i2c3_tqma6>;
8
clock-frequency = <100000>;
9
status = "okay";
10
11
pmic: pf0100@08 {
12
compatible = "fsl,pfuze100";
13
reg = <0x08>;
14
};
15
16
sensor0: lm75@48 {
17
compatible = "lm75";
18
reg = <0x48>;
19
};
20
21
eeprom0: m24c64@50 {
22
compatible = "st,24c64", "at24";
23
reg = <0x50>;
24
pagesize = <32>;
25
};
26
};
27