mirror of
https://github.com/armbian/build.git
synced 2025-09-19 04:31:38 +02:00
18 lines
328 B
Plaintext
18 lines
328 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
compatible = "amlogic,meson-gxbb";
|
|
fragment@0 {
|
|
target-path = "/aliases";
|
|
__overlay__ {
|
|
i2cA = "/soc/bus@c1100000/i2c@87c0";
|
|
};
|
|
};
|
|
fragment@1 {
|
|
target-path = "/soc/bus@c1100000/i2c@87c0";
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|