Jetpack/hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-eeprom-manager-p2888-0000.dtsi
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

51 lines
1.1 KiB
Plaintext

/*
* Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*/
/ {
eeprom-manager {
data-size = <0x100>;
bus@0 {
i2c-bus = <&gen1_i2c>;
eeprom@0 {
slave-address = <0x50>;
label = "cvm";
};
eeprom@1 {
slave-address = <0x56>;
};
};
bus@1 {
i2c-bus = <&cam_i2c>;
eeprom@0 {
slave-address = <0x54>;
};
eeprom@1 {
slave-address = <0x57>;
};
eeprom@2 {
slave-address = <0x52>;
};
};
bus@2 {
i2c-bus = <&gen2_i2c>;
eeprom@0 {
slave-address = <0x52>;
label = "cvm";
};
eeprom@1 {
slave-address = <0x50>;
};
};
};
};