raspi - dt overlays
[anomen-kernel-config.git] / raspi / customs / boot / overlays / eeprom256.dts
blob59cbee00123a348a06054a1bc9e6f0449bb789f0
1 /dts-v1/;
2 /plugin/;
4 / {
5     compatible = "brcm,bcm2708";
7     fragment@0 {
8         target = <&i2c1>;
10         __overlay__ {
11             #address-cells     = <1>;
12             #size-cells     = <0>;
14             eeprom256: at24@50 {
15                 compatible = "at,24c256";
16                 reg = <0x50>;
17                 status = "okay";
18             };
19         };
20     };