diff options
author | Thierry Reding <treding@nvidia.com> | 2020-08-03 17:44:30 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-08-27 17:31:55 +0200 |
commit | 228f1e6ab55f60f8cb3208dffc118afa6514b6af (patch) | |
tree | 8982cf0954d6fefb36fe7194ea355d8894bb346a /arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | |
parent | Linux 5.9-rc1 (diff) | |
download | linux-228f1e6ab55f60f8cb3208dffc118afa6514b6af.tar.xz linux-228f1e6ab55f60f8cb3208dffc118afa6514b6af.zip |
arm64: tegra: Add ID EEPROMs on Jetson AGX Xavier
The P2888 processor module contains an EEPROM that provides means of
identifying the module. The P2822 carrier board contains the same EEPROM
with information identifying the carrier board. Both of them ar accessed
via the GEN_I2C1 bus.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi b/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi index 4c005b811233..0ea0bd83cb8e 100644 --- a/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi @@ -57,6 +57,21 @@ status = "okay"; }; + i2c@3160000 { + status = "okay"; + + eeprom@50 { + compatible = "atmel,24c02"; + reg = <0x50>; + + vcc-supply = <&vdd_1v8ls>; + address-width = <8>; + pagesize = <8>; + size = <256>; + read-only; + }; + }; + /* SDMMC1 (SD/MMC) */ mmc@3400000 { cd-gpios = <&gpio TEGRA194_MAIN_GPIO(A, 0) GPIO_ACTIVE_LOW>; |