t208xqds.dtsi (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) t208xqds.dtsi (226b9391d1a4e91fe08627f75ebad1c60900dfe2)
1/*
2 * T2080/T2081 QDS Device Tree Source
3 *
4 * Copyright 2013 - 2014 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

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

142 #size-cells = <0>;
143
144 i2c@0 {
145 #address-cells = <1>;
146 #size-cells = <0>;
147 reg = <0x0>;
148
149 eeprom@50 {
1/*
2 * T2080/T2081 QDS Device Tree Source
3 *
4 * Copyright 2013 - 2014 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

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

142 #size-cells = <0>;
143
144 i2c@0 {
145 #address-cells = <1>;
146 #size-cells = <0>;
147 reg = <0x0>;
148
149 eeprom@50 {
150 compatible = "at24,24c512";
150 compatible = "atmel,24c512";
151 reg = <0x50>;
152 };
153
154 eeprom@51 {
151 reg = <0x50>;
152 };
153
154 eeprom@51 {
155 compatible = "at24,24c02";
155 compatible = "atmel,24c02";
156 reg = <0x51>;
157 };
158
159 eeprom@57 {
156 reg = <0x51>;
157 };
158
159 eeprom@57 {
160 compatible = "at24,24c02";
160 compatible = "atmel,24c02";
161 reg = <0x57>;
162 };
163
164 rtc@68 {
165 compatible = "dallas,ds3232";
166 reg = <0x68>;
167 interrupts = <0xb 0x1 0 0>;
168 };
169 };
170
171 i2c@1 {
172 #address-cells = <1>;
173 #size-cells = <0>;
174 reg = <0x1>;
175
176 eeprom@55 {
161 reg = <0x57>;
162 };
163
164 rtc@68 {
165 compatible = "dallas,ds3232";
166 reg = <0x68>;
167 interrupts = <0xb 0x1 0 0>;
168 };
169 };
170
171 i2c@1 {
172 #address-cells = <1>;
173 #size-cells = <0>;
174 reg = <0x1>;
175
176 eeprom@55 {
177 compatible = "at24,24c02";
177 compatible = "atmel,24c02";
178 reg = <0x55>;
179 };
180 };
181
182 i2c@2 {
183 #address-cells = <1>;
184 #size-cells = <0>;
185 reg = <0x2>;

--- 92 unchanged lines hidden ---
178 reg = <0x55>;
179 };
180 };
181
182 i2c@2 {
183 #address-cells = <1>;
184 #size-cells = <0>;
185 reg = <0x2>;

--- 92 unchanged lines hidden ---