omap4-panda-a4.dts 512 B

1234567891011121314151617
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  4. */
  5. /dts-v1/;
  6. #include "omap443x.dtsi"
  7. #include "omap4-panda-common.dtsi"
  8. /* Pandaboard Rev A4+ have external pullups on SCL & SDA */
  9. &dss_hdmi_pins {
  10. pinctrl-single,pins = <
  11. OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0) /* hdmi_cec.hdmi_cec */
  12. OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */
  13. OMAP4_IOPAD(0x09e, PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */
  14. >;
  15. };