Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
0004  */
0005 
0006 &twl {
0007         /*
0008          * On most OMAP4 platforms, the twl6030 IRQ line is connected
0009          * to the SYS_NIRQ1 line on OMAP and the twl6030 MSECURE line is
0010          * connected to the fref_clk0_out.sys_drm_msecure line.
0011          * Therefore, configure the defaults for the SYS_NIRQ1 and
0012          * fref_clk0_out.sys_drm_msecure pins here.
0013          */
0014         pinctrl-names = "default";
0015         pinctrl-0 = <
0016                 &twl6030_pins
0017                 &twl6030_wkup_pins
0018         >;
0019 };
0020 
0021 &omap4_pmx_wkup {
0022         twl6030_wkup_pins: pinmux_twl6030_wkup_pins {
0023                 pinctrl-single,pins = <
0024                         OMAP4_IOPAD(0x054, PIN_OUTPUT | MUX_MODE2)              /* fref_clk0_out.sys_drm_msecure */
0025                 >;
0026         };
0027 };
0028 
0029 &omap4_pmx_core {
0030         twl6030_pins: pinmux_twl6030_pins {
0031                 pinctrl-single,pins = <
0032                         OMAP4_IOPAD(0x19e, WAKEUP_EN | PIN_INPUT_PULLUP | MUX_MODE0)    /* sys_nirq1.sys_nirq1 */
0033                 >;
0034         };
0035 };