1*84943d6fSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2*84943d6fSEmmanuel Vadot# Copyright 2023 Realtek Semiconductor Corporation 3*84943d6fSEmmanuel Vadot%YAML 1.2 4*84943d6fSEmmanuel Vadot--- 5*84943d6fSEmmanuel Vadot$id: http://devicetree.org/schemas/pinctrl/realtek,rtd1319d-pinctrl.yaml# 6*84943d6fSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 7*84943d6fSEmmanuel Vadot 8*84943d6fSEmmanuel Vadottitle: Realtek DHC RTD1319D Pin Controller 9*84943d6fSEmmanuel Vadot 10*84943d6fSEmmanuel Vadotmaintainers: 11*84943d6fSEmmanuel Vadot - TY Chang <tychang@realtek.com> 12*84943d6fSEmmanuel Vadot 13*84943d6fSEmmanuel Vadotdescription: 14*84943d6fSEmmanuel Vadot The Realtek DHC RTD1319D is a high-definition media processor SoC. The 15*84943d6fSEmmanuel Vadot RTD1319D pin controller is used to control pin function, pull up/down 16*84943d6fSEmmanuel Vadot resistor, drive strength, schmitt trigger and power source. 17*84943d6fSEmmanuel Vadot 18*84943d6fSEmmanuel Vadotproperties: 19*84943d6fSEmmanuel Vadot compatible: 20*84943d6fSEmmanuel Vadot const: realtek,rtd1319d-pinctrl 21*84943d6fSEmmanuel Vadot 22*84943d6fSEmmanuel Vadot reg: 23*84943d6fSEmmanuel Vadot maxItems: 1 24*84943d6fSEmmanuel Vadot 25*84943d6fSEmmanuel VadotpatternProperties: 26*84943d6fSEmmanuel Vadot '-pins$': 27*84943d6fSEmmanuel Vadot type: object 28*84943d6fSEmmanuel Vadot allOf: 29*84943d6fSEmmanuel Vadot - $ref: pincfg-node.yaml# 30*84943d6fSEmmanuel Vadot - $ref: pinmux-node.yaml# 31*84943d6fSEmmanuel Vadot 32*84943d6fSEmmanuel Vadot properties: 33*84943d6fSEmmanuel Vadot pins: 34*84943d6fSEmmanuel Vadot items: 35*84943d6fSEmmanuel Vadot enum: [ gpio_0, gpio_1, gpio_2, gpio_3, gpio_4, gpio_5, gpio_6, gpio_7, 36*84943d6fSEmmanuel Vadot gpio_8, gpio_9, gpio_10, gpio_11, gpio_12, gpio_13, gpio_14, 37*84943d6fSEmmanuel Vadot gpio_15, gpio_16, gpio_17, gpio_18, gpio_19, gpio_20, gpio_21, 38*84943d6fSEmmanuel Vadot gpio_22, gpio_23, usb_cc2, gpio_25, gpio_26, gpio_27, gpio_28, 39*84943d6fSEmmanuel Vadot gpio_29, gpio_30, gpio_31, gpio_32, gpio_33, gpio_34, gpio_35, 40*84943d6fSEmmanuel Vadot hif_data, hif_en, hif_rdy, hif_clk, gpio_40, gpio_41, gpio_42, 41*84943d6fSEmmanuel Vadot gpio_43, gpio_44, gpio_45, gpio_46, gpio_47, gpio_48, gpio_49, 42*84943d6fSEmmanuel Vadot gpio_50, usb_cc1, gpio_52, gpio_53, ir_rx, ur0_rx, ur0_tx, 43*84943d6fSEmmanuel Vadot gpio_57, gpio_58, gpio_59, gpio_60, gpio_61, gpio_62, gpio_63, 44*84943d6fSEmmanuel Vadot gpio_64, emmc_rst_n, emmc_dd_sb, emmc_clk, emmc_cmd, emmc_data_0, 45*84943d6fSEmmanuel Vadot emmc_data_1, emmc_data_2, emmc_data_3, emmc_data_4, emmc_data_5, 46*84943d6fSEmmanuel Vadot emmc_data_6, emmc_data_7, dummy, gpio_78, gpio_79, gpio_80, 47*84943d6fSEmmanuel Vadot gpio_81, ur2_loc, gspi_loc, hi_width, sf_en, arm_trace_dbg_en, 48*84943d6fSEmmanuel Vadot ejtag_aucpu_loc, ejtag_acpu_loc, ejtag_vcpu_loc, ejtag_scpu_loc, 49*84943d6fSEmmanuel Vadot dmic_loc, ejtag_secpu_loc, vtc_dmic_loc, vtc_tdm_loc, vtc_i2si_loc, 50*84943d6fSEmmanuel Vadot tdm_ai_loc, ai_loc, spdif_loc, hif_en_loc, sc0_loc, sc1_loc, 51*84943d6fSEmmanuel Vadot scan_switch, wd_rset, boot_sel, reset_n, testmode ] 52*84943d6fSEmmanuel Vadot 53*84943d6fSEmmanuel Vadot function: 54*84943d6fSEmmanuel Vadot enum: [ gpio, nf, emmc, tp0, tp1, sc0, sc0_data0, sc0_data1, sc0_data2, 55*84943d6fSEmmanuel Vadot sc1, sc1_data0, sc1_data1, sc1_data2, ao, gspi_loc0, gspi_loc1, 56*84943d6fSEmmanuel Vadot uart0, uart1, uart2_loc0, uart2_loc1, i2c0, i2c1, i2c3, i2c4, 57*84943d6fSEmmanuel Vadot i2c5, pcie1, sdio, etn_led, etn_phy, spi, pwm0_loc0, pwm0_loc1, 58*84943d6fSEmmanuel Vadot pwm1_loc0, pwm1_loc1, pwm2_loc0, pwm2_loc1, pwm3_loc0, pwm3_loc1, 59*84943d6fSEmmanuel Vadot qam_agc_if0, qam_agc_if1, spdif_optical_loc0, spdif_optical_loc1, 60*84943d6fSEmmanuel Vadot usb_cc1, usb_cc2, vfd, sd, dmic_loc0, dmic_loc1, ai_loc0, ai_loc1, 61*84943d6fSEmmanuel Vadot tdm_ai_loc0, tdm_ai_loc1, hi_loc0, hi_m, vtc_i2so, vtc_i2si_loc0, 62*84943d6fSEmmanuel Vadot vtc_i2si_loc1, vtc_dmic_loc0, vtc_dmic_loc1, vtc_tdm_loc0, 63*84943d6fSEmmanuel Vadot vtc_tdm_loc1, dc_fan, pll_test_loc0, pll_test_loc1, ir_rx, 64*84943d6fSEmmanuel Vadot uart2_disable, gspi_disable, hi_width_disable, hi_width_1bit, 65*84943d6fSEmmanuel Vadot sf_disable, sf_enable, scpu_ejtag_loc0, scpu_ejtag_loc1, 66*84943d6fSEmmanuel Vadot scpu_ejtag_loc2, acpu_ejtag_loc0, acpu_ejtag_loc1, acpu_ejtag_loc2, 67*84943d6fSEmmanuel Vadot vcpu_ejtag_loc0, vcpu_ejtag_loc1, vcpu_ejtag_loc2, secpu_ejtag_loc0, 68*84943d6fSEmmanuel Vadot secpu_ejtag_loc1, secpu_ejtag_loc2, aucpu_ejtag_loc0, aucpu_ejtag_loc1, 69*84943d6fSEmmanuel Vadot aucpu_ejtag_loc2, iso_tristate, dbg_out0, dbg_out1, standby_dbg, 70*84943d6fSEmmanuel Vadot spdif, arm_trace_debug_disable, arm_trace_debug_enable, 71*84943d6fSEmmanuel Vadot aucpu_ejtag_disable, acpu_ejtag_disable, vcpu_ejtag_disable, 72*84943d6fSEmmanuel Vadot scpu_ejtag_disable, secpu_ejtag_disable, vtc_dmic_loc_disable, 73*84943d6fSEmmanuel Vadot vtc_tdm_disable, vtc_i2si_disable, tdm_ai_disable, ai_disable, 74*84943d6fSEmmanuel Vadot spdif_disable, hif_disable, hif_enable, test_loop, pmic_pwrup ] 75*84943d6fSEmmanuel Vadot 76*84943d6fSEmmanuel Vadot drive-strength: 77*84943d6fSEmmanuel Vadot enum: [4, 8] 78*84943d6fSEmmanuel Vadot 79*84943d6fSEmmanuel Vadot bias-pull-down: true 80*84943d6fSEmmanuel Vadot 81*84943d6fSEmmanuel Vadot bias-pull-up: true 82*84943d6fSEmmanuel Vadot 83*84943d6fSEmmanuel Vadot bias-disable: true 84*84943d6fSEmmanuel Vadot 85*84943d6fSEmmanuel Vadot input-schmitt-enable: true 86*84943d6fSEmmanuel Vadot 87*84943d6fSEmmanuel Vadot input-schmitt-disable: true 88*84943d6fSEmmanuel Vadot 89*84943d6fSEmmanuel Vadot drive-push-pull: true 90*84943d6fSEmmanuel Vadot 91*84943d6fSEmmanuel Vadot power-source: 92*84943d6fSEmmanuel Vadot description: | 93*84943d6fSEmmanuel Vadot Valid arguments are described as below: 94*84943d6fSEmmanuel Vadot 0: power supply of 1.8V 95*84943d6fSEmmanuel Vadot 1: power supply of 3.3V 96*84943d6fSEmmanuel Vadot enum: [0, 1] 97*84943d6fSEmmanuel Vadot 98*84943d6fSEmmanuel Vadot realtek,drive-strength-p: 99*84943d6fSEmmanuel Vadot description: | 100*84943d6fSEmmanuel Vadot Some of pins can be driven using the P-MOS and N-MOS transistor to 101*84943d6fSEmmanuel Vadot achieve finer adjustments. The block-diagram representation is as 102*84943d6fSEmmanuel Vadot follows: 103*84943d6fSEmmanuel Vadot VDD 104*84943d6fSEmmanuel Vadot | 105*84943d6fSEmmanuel Vadot ||--+ 106*84943d6fSEmmanuel Vadot +-----o|| P-MOS-FET 107*84943d6fSEmmanuel Vadot | ||--+ 108*84943d6fSEmmanuel Vadot IN --+ +----- out 109*84943d6fSEmmanuel Vadot | ||--+ 110*84943d6fSEmmanuel Vadot +------|| N-MOS-FET 111*84943d6fSEmmanuel Vadot ||--+ 112*84943d6fSEmmanuel Vadot | 113*84943d6fSEmmanuel Vadot GND 114*84943d6fSEmmanuel Vadot The driving strength of the P-MOS/N-MOS transistors impacts the 115*84943d6fSEmmanuel Vadot waveform's rise/fall times. Greater driving strength results in 116*84943d6fSEmmanuel Vadot shorter rise/fall times. Each P-MOS and N-MOS transistor offers 117*84943d6fSEmmanuel Vadot 8 configurable levels (0 to 7), with higher values indicating 118*84943d6fSEmmanuel Vadot greater driving strength, contributing to achieving the desired 119*84943d6fSEmmanuel Vadot speed. 120*84943d6fSEmmanuel Vadot 121*84943d6fSEmmanuel Vadot The realtek,drive-strength-p is used to control the driving strength 122*84943d6fSEmmanuel Vadot of the P-MOS output. 123*84943d6fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 124*84943d6fSEmmanuel Vadot minimum: 0 125*84943d6fSEmmanuel Vadot maximum: 7 126*84943d6fSEmmanuel Vadot 127*84943d6fSEmmanuel Vadot realtek,drive-strength-n: 128*84943d6fSEmmanuel Vadot description: | 129*84943d6fSEmmanuel Vadot Similar to the realtek,drive-strength-p, the realtek,drive-strength-n 130*84943d6fSEmmanuel Vadot is used to control the driving strength of the N-MOS output. 131*84943d6fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 132*84943d6fSEmmanuel Vadot minimum: 0 133*84943d6fSEmmanuel Vadot maximum: 7 134*84943d6fSEmmanuel Vadot 135*84943d6fSEmmanuel Vadot realtek,duty-cycle: 136*84943d6fSEmmanuel Vadot description: | 137*84943d6fSEmmanuel Vadot An integer describing the level to adjust output duty cycle, controlling 138*84943d6fSEmmanuel Vadot the proportion of positive and negative waveforms in nanoseconds. 139*84943d6fSEmmanuel Vadot Valid arguments are described as below: 140*84943d6fSEmmanuel Vadot 0: 0ns 141*84943d6fSEmmanuel Vadot 2: + 0.25ns 142*84943d6fSEmmanuel Vadot 3: + 0.5ns 143*84943d6fSEmmanuel Vadot 4: -0.25ns 144*84943d6fSEmmanuel Vadot 5: -0.5ns 145*84943d6fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 146*84943d6fSEmmanuel Vadot enum: [ 0, 2, 3, 4, 5 ] 147*84943d6fSEmmanuel Vadot 148*84943d6fSEmmanuel Vadot required: 149*84943d6fSEmmanuel Vadot - pins 150*84943d6fSEmmanuel Vadot 151*84943d6fSEmmanuel Vadot additionalProperties: false 152*84943d6fSEmmanuel Vadot 153*84943d6fSEmmanuel Vadotrequired: 154*84943d6fSEmmanuel Vadot - compatible 155*84943d6fSEmmanuel Vadot - reg 156*84943d6fSEmmanuel Vadot 157*84943d6fSEmmanuel VadotadditionalProperties: false 158*84943d6fSEmmanuel Vadot 159*84943d6fSEmmanuel Vadotexamples: 160*84943d6fSEmmanuel Vadot - | 161*84943d6fSEmmanuel Vadot pinctrl@4e000 { 162*84943d6fSEmmanuel Vadot compatible = "realtek,rtd1319d-pinctrl"; 163*84943d6fSEmmanuel Vadot reg = <0x4e000 0x130>; 164*84943d6fSEmmanuel Vadot 165*84943d6fSEmmanuel Vadot emmc-hs200-pins { 166*84943d6fSEmmanuel Vadot pins = "emmc_clk", 167*84943d6fSEmmanuel Vadot "emmc_cmd", 168*84943d6fSEmmanuel Vadot "emmc_data_0", 169*84943d6fSEmmanuel Vadot "emmc_data_1", 170*84943d6fSEmmanuel Vadot "emmc_data_2", 171*84943d6fSEmmanuel Vadot "emmc_data_3", 172*84943d6fSEmmanuel Vadot "emmc_data_4", 173*84943d6fSEmmanuel Vadot "emmc_data_5", 174*84943d6fSEmmanuel Vadot "emmc_data_6", 175*84943d6fSEmmanuel Vadot "emmc_data_7"; 176*84943d6fSEmmanuel Vadot function = "emmc"; 177*84943d6fSEmmanuel Vadot realtek,drive-strength-p = <0x2>; 178*84943d6fSEmmanuel Vadot realtek,drive-strength-n = <0x2>; 179*84943d6fSEmmanuel Vadot }; 180*84943d6fSEmmanuel Vadot 181*84943d6fSEmmanuel Vadot i2c-0-pins { 182*84943d6fSEmmanuel Vadot pins = "gpio_12", 183*84943d6fSEmmanuel Vadot "gpio_13"; 184*84943d6fSEmmanuel Vadot function = "i2c0"; 185*84943d6fSEmmanuel Vadot drive-strength = <4>; 186*84943d6fSEmmanuel Vadot }; 187*84943d6fSEmmanuel Vadot }; 188