Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Amotus/diamentis 5.4 2.1.x imx var01 #1

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@

};

/*
* Enable rpmsg
*/
&rpmsg{
status = "okay";
};

/*
* Enable i2C3 because imx8mq-var-dart-dt8mcustomboard-m4.dtsi disables it
*/
&i2c3 {
status = "okay";
};

mferland marked this conversation as resolved.
Show resolved Hide resolved
/*
* uart4 is activated by imx8mq-var-dart-wifi.dtsi, make sure it stays
* disabled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
};
};

&i2c3 {
status = "disabled";
};

&pwm2 {
status = "disabled";
};
Expand All @@ -64,7 +68,7 @@
vdev-nums = <1>;
reg = <0x0 0x40000000 0x0 0x10000>;
memory-region = <&vdevbuffer>;
status = "okay";
status = "disabled";
};

&tmu {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
microchip,rx-int-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
spi-max-frequency = <20000000>;
status = "disabled";
status = "okay";
};

/* Test SPI device */
Expand Down