mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 18:28:23 +01:00
cddadc1f4b
Experimental feature to include DT overlays and custom boot args
21 lines
243 B
Plaintext
21 lines
243 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "allwinner,sun50i-h6";
|
|
|
|
fragment@0 {
|
|
target-path = "/aliases";
|
|
__overlay__ {
|
|
i2c1 = "/soc/i2c@5002400";
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&i2c1>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|