Skip to content

Commit

Permalink
bmips: inteno-xg6846: Add EEPROM node
Browse files Browse the repository at this point in the history
For some troublesome devices it is necessary to obtain direct access
to the SFP module EEPROM so define it in the device tree.

Suggested-by: Paul Donald <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw authored and Noltari committed Aug 14, 2024
1 parent ff553bd commit fb2eabf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
scl-gpios = <&gpio 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
#address-cells = <1>;
#size-cells = <0>;

sfp_eeprom: eeprom@50 {
compatible = "atmel,24c02";
reg = <0x50>;
read-only;
};
};

/* This I2C bus is used for the external CATV connector (usually unused) */
Expand Down

0 comments on commit fb2eabf

Please sign in to comment.