* Including support for I2C, PWM, SPI, and UART devices. * Since UART2 is reserved by default for serial console debugging, the uart2-m0 overlay is not added. * See more overlays: [orangepi-xunlong/linux-orangepi](https://github.com/orangepi-xunlong/linux-orangepi/tree/orange-pi-5.10-rk35xx/arch/arm64/boot/dts/rockchip/overlay)
15 lines
169 B
Plaintext
15 lines
169 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
fragment@0 {
|
|
target = <&i2c2>;
|
|
|
|
__overlay__ {
|
|
status = "okay";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&i2c2m1_xfer>;
|
|
};
|
|
};
|
|
};
|