Skip to content

Instantly share code, notes, and snippets.

@thelunatic
Last active May 14, 2019 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thelunatic/70fb08700c28044b779e7649839d9015 to your computer and use it in GitHub Desktop.
Save thelunatic/70fb08700c28044b779e7649839d9015 to your computer and use it in GitHub Desktop.
/dts-v1/;
/plugin/;
/ {
compatible = "ti,am335x", "ti,omap4-i2c", "ti,am335x-boneblack";
fragment@0 {
target = <&i2c0>;
__overlay__ {
#address-cells = <1>;
#size-cells = <0>;
compatible = "rtems,bsp-i2c";
status = "enabled";
rtems,i2c-path= "/dev/i2c-0";
tda19988{
compatible = "nxp,tda998x";
reg = <0x70>;
status = "okay";
pinctrl-names = "default", "off";
pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;
/* Convert 24bit BGR to RGB, e.g. cross red and blue wiring */
/* video-ports = <0x234501>; */
port {
hdmi_0: endpoint {
remote-endpoint = <&lcdc_0>;
//reg = <0>;
};
};
};
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment