Skip to content
Snippets Groups Projects
Commit c6351c93 authored by Tobias Kahlki's avatar Tobias Kahlki Committed by Jonas Höppner
Browse files

arm64:dts: Enable acc and temp sensor for pConXS

parent 9c2a0cd5
No related branches found
No related tags found
1 merge request!484arm64:dts:tr8p: Add initial trizeps8plus V1R3 devicetree with pconxs
......@@ -210,6 +210,21 @@ cap_touch: cap_touch_controller@0{
};
#endif
&i2c1 {
accelerometer@19
{
compatible = "st,lis2dh12-accel";
reg = <0x19>;
status = "okay";
};
thermometer@4e {
compatible = "national,lm75b";
reg = <0x4e>;
status = "okay";
};
};
&i2c2 {
rtc@51 {
compatible = "nxp,pcf8563";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment