mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-24 03:14:06 +02:00
15 lines
209 B
Plaintext
15 lines
209 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
fragment@0 {
|
|
// i2c3 aliased with i2c0.
|
|
// This activates i2c3 but it will be named as i2c0 on the userspace.
|
|
target = <&i2c3>;
|
|
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|