b4qds.dtsi (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) b4qds.dtsi (226b9391d1a4e91fe08627f75ebad1c60900dfe2)
1/*
2 * B4420DS Device Tree Source
3 *
4 * Copyright 2012 - 2015 Freescale Semiconductor, Inc.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met:
8 * * Redistributions of source code must retain the above copyright

--- 152 unchanged lines hidden (view full) ---

161 #size-cells = <0>;
162
163 i2c@0 {
164 #address-cells = <1>;
165 #size-cells = <0>;
166 reg = <0>;
167
168 eeprom@50 {
1/*
2 * B4420DS Device Tree Source
3 *
4 * Copyright 2012 - 2015 Freescale Semiconductor, Inc.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met:
8 * * Redistributions of source code must retain the above copyright

--- 152 unchanged lines hidden (view full) ---

161 #size-cells = <0>;
162
163 i2c@0 {
164 #address-cells = <1>;
165 #size-cells = <0>;
166 reg = <0>;
167
168 eeprom@50 {
169 compatible = "at24,24c64";
169 compatible = "atmel,24c64";
170 reg = <0x50>;
171 };
172 eeprom@51 {
170 reg = <0x50>;
171 };
172 eeprom@51 {
173 compatible = "at24,24c256";
173 compatible = "atmel,24c256";
174 reg = <0x51>;
175 };
176 eeprom@53 {
174 reg = <0x51>;
175 };
176 eeprom@53 {
177 compatible = "at24,24c256";
177 compatible = "atmel,24c256";
178 reg = <0x53>;
179 };
180 eeprom@57 {
178 reg = <0x53>;
179 };
180 eeprom@57 {
181 compatible = "at24,24c256";
181 compatible = "atmel,24c256";
182 reg = <0x57>;
183 };
184 rtc@68 {
185 compatible = "dallas,ds3232";
186 reg = <0x68>;
187 };
188 };
189

--- 90 unchanged lines hidden ---
182 reg = <0x57>;
183 };
184 rtc@68 {
185 compatible = "dallas,ds3232";
186 reg = <0x68>;
187 };
188 };
189

--- 90 unchanged lines hidden ---