21 lines
432 B
Plaintext
21 lines
432 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&i2c1>;
|
|
__overlay__ {
|
|
ssd1306: oled@3c {
|
|
compatible = "solomon,ssd1306fb-i2c";
|
|
reg = <0x3c>;
|
|
solomon,width = <128>;
|
|
solomon,height = <64>;
|
|
solomon,page-offset = <0>;
|
|
solomon,com-invdir;
|
|
};
|
|
};
|
|
};
|
|
};
|