PCA9450 i2c address question

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

PCA9450 i2c address question

1,688 次查看
36855960
Contributor I

I am developing custom board based on iMX8M mini + PCA9450A.

static const struct udevice_id pca9450_ids[]={

{.compatible = "nxp,pca9450a", .data=0x35,},

{.compatible = "nxp,pca9450b", .data=0x25,},

{}

}

I can't find i2c address 0x35 in the PCA9450 datasheet. Does this address was right? thanks.

0 项奖励
2 回复数

1,582 次查看
reyes
NXP TechSupport
NXP TechSupport

Hi,

0x35 is not a valid I2C address for the PCA9450. You can find the correct address in table 19 of the device datasheet. I’m also attaching the image.

Regards,

Jose

NXP Semiconductors

0 项奖励

1,538 次查看
siva_prabhakara
Contributor III

does that mean, imx8m mini also should call "power_pca9450b_init" instead of "power_pca9450a_init".

as per the PMIC datasheet, imx8m mini use pca9450A.

See the attached screenshot where power_pca9450a_init use hw address as 0x35

0 项奖励