主题:TPS65219 中讨论的其他器件
工具/软件:
我想使用 tps65219 的 PMIC。
我将中断选项设置如下、以参考 k3-am62l3-evm.dts。
&wkup_i2c0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&wkup_i2c0_pins_default>;
clock-frequency = <400000>;
bootph-all;
tps65219: pmic@30 {
compatible = "ti,tps65219";
reg = <0x30>;
buck1-supply = <&vcc_5v1>;
buck2-supply = <&vcc_5v1>;
buck3-supply = <&vcc_5v1>;
ldo3-supply = <&vdd_3v3>;
ldo4-supply = <&vdd_3v3>;
pinctrl-names = "default";
pinctrl-0 = <&pmic_irq_pins_default>;
interrupt-parent = <&gic500>;
interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller;
#interrupt-cells = <1>;
但是、我无法确定正确无误、因为在 AM62Lx TRM 中我找不到 EXTINTn 的中断输入线。
什么是 EXTINTn 的中断输入线?
是否需要首先设置中断选项?
我使用的 PSDK:v11.00.15.05
此致、
Koji