162306a36Sopenharmony_ciBitmain BM1880 Pin Controller 262306a36Sopenharmony_ci 362306a36Sopenharmony_ciThis binding describes the pin controller found in the BM1880 SoC. 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciRequired Properties: 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci- compatible: Should be "bitmain,bm1880-pinctrl" 862306a36Sopenharmony_ci- reg: Offset and length of pinctrl space in SCTRL. 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciPlease refer to pinctrl-bindings.txt in this directory for details of the 1162306a36Sopenharmony_cicommon pinctrl bindings used by client devices, including the meaning of the 1262306a36Sopenharmony_ciphrase "pin configuration node". 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciThe pin configuration nodes act as a container for an arbitrary number of 1562306a36Sopenharmony_cisubnodes. Each of these subnodes represents some desired configuration for a 1662306a36Sopenharmony_cipin, a group, or a list of pins or groups. This configuration for BM1880 SoC 1762306a36Sopenharmony_ciincludes pinmux and various pin configuration parameters, such as pull-up, 1862306a36Sopenharmony_cislew rate etc... 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciEach configuration node can consist of multiple nodes describing the pinmux 2162306a36Sopenharmony_cioptions. The name of each subnode is not important; all subnodes should be 2262306a36Sopenharmony_cienumerated and processed purely based on their content. 2362306a36Sopenharmony_ci 2462306a36Sopenharmony_ciThe following generic properties as defined in pinctrl-bindings.txt are valid 2562306a36Sopenharmony_cito specify in a pinmux subnode: 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_ciRequired Properties: 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci- pins: An array of strings, each string containing the name of a pin. 3062306a36Sopenharmony_ci Valid values for pins are: 3162306a36Sopenharmony_ci 3262306a36Sopenharmony_ci MIO0 - MIO111 3362306a36Sopenharmony_ci 3462306a36Sopenharmony_ci- groups: An array of strings, each string containing the name of a pin 3562306a36Sopenharmony_ci group. Valid values for groups are: 3662306a36Sopenharmony_ci 3762306a36Sopenharmony_ci nand_grp, spi_grp, emmc_grp, sdio_grp, eth0_grp, pwm0_grp, 3862306a36Sopenharmony_ci pwm1_grp, pwm2_grp, pwm3_grp, pwm4_grp, pwm5_grp, pwm6_grp, 3962306a36Sopenharmony_ci pwm7_grp, pwm8_grp, pwm9_grp, pwm10_grp, pwm11_grp, pwm12_grp, 4062306a36Sopenharmony_ci pwm13_grp, pwm14_grp, pwm15_grp, pwm16_grp, pwm17_grp, 4162306a36Sopenharmony_ci pwm18_grp, pwm19_grp, pwm20_grp, pwm21_grp, pwm22_grp, 4262306a36Sopenharmony_ci pwm23_grp, pwm24_grp, pwm25_grp, pwm26_grp, pwm27_grp, 4362306a36Sopenharmony_ci pwm28_grp, pwm29_grp, pwm30_grp, pwm31_grp, pwm32_grp, 4462306a36Sopenharmony_ci pwm33_grp, pwm34_grp, pwm35_grp, pwm36_grp, i2c0_grp, 4562306a36Sopenharmony_ci i2c1_grp, i2c2_grp, i2c3_grp, i2c4_grp, uart0_grp, uart1_grp, 4662306a36Sopenharmony_ci uart2_grp, uart3_grp, uart4_grp, uart5_grp, uart6_grp, 4762306a36Sopenharmony_ci uart7_grp, uart8_grp, uart9_grp, uart10_grp, uart11_grp, 4862306a36Sopenharmony_ci uart12_grp, uart13_grp, uart14_grp, uart15_grp, gpio0_grp, 4962306a36Sopenharmony_ci gpio1_grp, gpio2_grp, gpio3_grp, gpio4_grp, gpio5_grp, 5062306a36Sopenharmony_ci gpio6_grp, gpio7_grp, gpio8_grp, gpio9_grp, gpio10_grp, 5162306a36Sopenharmony_ci gpio11_grp, gpio12_grp, gpio13_grp, gpio14_grp, gpio15_grp, 5262306a36Sopenharmony_ci gpio16_grp, gpio17_grp, gpio18_grp, gpio19_grp, gpio20_grp, 5362306a36Sopenharmony_ci gpio21_grp, gpio22_grp, gpio23_grp, gpio24_grp, gpio25_grp, 5462306a36Sopenharmony_ci gpio26_grp, gpio27_grp, gpio28_grp, gpio29_grp, gpio30_grp, 5562306a36Sopenharmony_ci gpio31_grp, gpio32_grp, gpio33_grp, gpio34_grp, gpio35_grp, 5662306a36Sopenharmony_ci gpio36_grp, gpio37_grp, gpio38_grp, gpio39_grp, gpio40_grp, 5762306a36Sopenharmony_ci gpio41_grp, gpio42_grp, gpio43_grp, gpio44_grp, gpio45_grp, 5862306a36Sopenharmony_ci gpio46_grp, gpio47_grp, gpio48_grp, gpio49_grp, gpio50_grp, 5962306a36Sopenharmony_ci gpio51_grp, gpio52_grp, gpio53_grp, gpio54_grp, gpio55_grp, 6062306a36Sopenharmony_ci gpio56_grp, gpio57_grp, gpio58_grp, gpio59_grp, gpio60_grp, 6162306a36Sopenharmony_ci gpio61_grp, gpio62_grp, gpio63_grp, gpio64_grp, gpio65_grp, 6262306a36Sopenharmony_ci gpio66_grp, gpio67_grp, eth1_grp, i2s0_grp, i2s0_mclkin_grp, 6362306a36Sopenharmony_ci i2s1_grp, i2s1_mclkin_grp, spi0_grp 6462306a36Sopenharmony_ci 6562306a36Sopenharmony_ci- function: An array of strings, each string containing the name of the 6662306a36Sopenharmony_ci pinmux functions. The following are the list of pinmux 6762306a36Sopenharmony_ci functions available: 6862306a36Sopenharmony_ci 6962306a36Sopenharmony_ci nand, spi, emmc, sdio, eth0, pwm0, pwm1, pwm2, pwm3, pwm4, 7062306a36Sopenharmony_ci pwm5, pwm6, pwm7, pwm8, pwm9, pwm10, pwm11, pwm12, pwm13, 7162306a36Sopenharmony_ci pwm14, pwm15, pwm16, pwm17, pwm18, pwm19, pwm20, pwm21, pwm22, 7262306a36Sopenharmony_ci pwm23, pwm24, pwm25, pwm26, pwm27, pwm28, pwm29, pwm30, pwm31, 7362306a36Sopenharmony_ci pwm32, pwm33, pwm34, pwm35, pwm36, i2c0, i2c1, i2c2, i2c3, 7462306a36Sopenharmony_ci i2c4, uart0, uart1, uart2, uart3, uart4, uart5, uart6, uart7, 7562306a36Sopenharmony_ci uart8, uart9, uart10, uart11, uart12, uart13, uart14, uart15, 7662306a36Sopenharmony_ci gpio0, gpio1, gpio2, gpio3, gpio4, gpio5, gpio6, gpio7, gpio8, 7762306a36Sopenharmony_ci gpio9, gpio10, gpio11, gpio12, gpio13, gpio14, gpio15, gpio16, 7862306a36Sopenharmony_ci gpio17, gpio18, gpio19, gpio20, gpio21, gpio22, gpio23, 7962306a36Sopenharmony_ci gpio24, gpio25, gpio26, gpio27, gpio28, gpio29, gpio30, 8062306a36Sopenharmony_ci gpio31, gpio32, gpio33, gpio34, gpio35, gpio36, gpio37, 8162306a36Sopenharmony_ci gpio38, gpio39, gpio40, gpio41, gpio42, gpio43, gpio44, 8262306a36Sopenharmony_ci gpio45, gpio46, gpio47, gpio48, gpio49, gpio50, gpio51, 8362306a36Sopenharmony_ci gpio52, gpio53, gpio54, gpio55, gpio56, gpio57, gpio58, 8462306a36Sopenharmony_ci gpio59, gpio60, gpio61, gpio62, gpio63, gpio64, gpio65, 8562306a36Sopenharmony_ci gpio66, gpio67, eth1, i2s0, i2s0_mclkin, i2s1, i2s1_mclkin, 8662306a36Sopenharmony_ci spi0 8762306a36Sopenharmony_ci 8862306a36Sopenharmony_ciOptional Properties: 8962306a36Sopenharmony_ci 9062306a36Sopenharmony_ci- bias-disable: No arguments. Disable pin bias. 9162306a36Sopenharmony_ci- bias-pull-down: No arguments. The specified pins should be configured as 9262306a36Sopenharmony_ci pull down. 9362306a36Sopenharmony_ci- bias-pull-up: No arguments. The specified pins should be configured as 9462306a36Sopenharmony_ci pull up. 9562306a36Sopenharmony_ci- input-schmitt-enable: No arguments: Enable schmitt trigger for the specified 9662306a36Sopenharmony_ci pins 9762306a36Sopenharmony_ci- input-schmitt-disable: No arguments: Disable schmitt trigger for the specified 9862306a36Sopenharmony_ci pins 9962306a36Sopenharmony_ci- slew-rate: Integer. Sets slew rate for the specified pins. 10062306a36Sopenharmony_ci Valid values are: 10162306a36Sopenharmony_ci <0> - Slow 10262306a36Sopenharmony_ci <1> - Fast 10362306a36Sopenharmony_ci- drive-strength: Integer. Selects the drive strength for the specified 10462306a36Sopenharmony_ci pins in mA. 10562306a36Sopenharmony_ci Valid values are: 10662306a36Sopenharmony_ci <4> 10762306a36Sopenharmony_ci <8> 10862306a36Sopenharmony_ci <12> 10962306a36Sopenharmony_ci <16> 11062306a36Sopenharmony_ci <20> 11162306a36Sopenharmony_ci <24> 11262306a36Sopenharmony_ci <28> 11362306a36Sopenharmony_ci <32> 11462306a36Sopenharmony_ci 11562306a36Sopenharmony_ciExample: 11662306a36Sopenharmony_ci pinctrl: pinctrl@400 { 11762306a36Sopenharmony_ci compatible = "bitmain,bm1880-pinctrl"; 11862306a36Sopenharmony_ci reg = <0x400 0x120>; 11962306a36Sopenharmony_ci 12062306a36Sopenharmony_ci pinctrl_uart0_default: uart0-default { 12162306a36Sopenharmony_ci pinmux { 12262306a36Sopenharmony_ci groups = "uart0_grp"; 12362306a36Sopenharmony_ci function = "uart0"; 12462306a36Sopenharmony_ci }; 12562306a36Sopenharmony_ci }; 12662306a36Sopenharmony_ci }; 127