mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
27 lines
331 B
Plaintext
27 lines
331 B
Plaintext
/*
|
|
* Device Tree overlay for EDT 5406 touchscreen controller, as used on the
|
|
* Raspberry Pi 7" panel
|
|
*
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "edt-ft5406.dtsi"
|
|
|
|
/ {
|
|
fragment@0 {
|
|
target = <&i2c0if>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&i2c0mux>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|