Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /dts-v1/;
- /plugin/;
- / {
- compatible = "brcm,bcm2835";
- fragment@0 {
- target = <&dsi1>;
- __overlay__{
- status = "okay";
- #address-cells = <1>;
- #size-cells = <0>;
- port {
- dsi_out_port:endpoint {
- remote-endpoint = <&panel_dsi_port>;
- };
- };
- eqt700hky008p:eqt700hky008p@0 {
- compatible = "easy_quick_eqt700hky008p";
- status = "okay";
- reg = <0>;
- reset-gpios = <&gpio 30 1>; // LCD RST, active low!
- /*
- backlight = <&oes_pwm_backlight>;
- */
- port {
- panel_dsi_port: endpoint {
- remote-endpoint = <&dsi_out_port>;
- };
- };
- };
- };
- };
- fragment@1 {
- target = <&gpio>;
- __overlay__ {
- eqt700hky008p_pins: eqt700hky008p_pins {
- brcm,pins = <30>;
- brcm,function = <1>; // out
- brcm,pull = <0>; // off
- };
- };
- };
- __overrides__ {
- reset = <&eqt700hky008p_pins>,"brcm,pins:0",
- <&eqt700hky008p>,"reset-gpios:4";
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment