raspi - dt overlays
[anomen-kernel-config.git] / raspi / customs / boot / overlays / eeprom08.dts
blob54d6ba14ce5b4be42da96b9912445e3a2809d235
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>;
13             status = "okay";
16             eeprom08: at24@54 {
17                 compatible = "at,24c08";
18                 reg = <0x54>;
19                 status = "disable";
20             };
22         };
23     };
25         __overrides__ {
26                         eeprom08 = <&eeprom08>,"status";
27         };