p5020ds.dts (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) p5020ds.dts (226b9391d1a4e91fe08627f75ebad1c60900dfe2)
1/*
2 * P5020DS Device Tree Source
3 *
4 * Copyright 2010 - 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

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

119 label = "file system";
120 reg = <0x00700000 0x00900000>;
121 };
122 };
123 };
124
125 i2c@118100 {
126 eeprom@51 {
1/*
2 * P5020DS Device Tree Source
3 *
4 * Copyright 2010 - 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

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

119 label = "file system";
120 reg = <0x00700000 0x00900000>;
121 };
122 };
123 };
124
125 i2c@118100 {
126 eeprom@51 {
127 compatible = "at24,24c256";
127 compatible = "atmel,24c256";
128 reg = <0x51>;
129 };
130 eeprom@52 {
128 reg = <0x51>;
129 };
130 eeprom@52 {
131 compatible = "at24,24c256";
131 compatible = "atmel,24c256";
132 reg = <0x52>;
133 };
134 };
135
136 i2c@119100 {
137 rtc@68 {
138 compatible = "dallas,ds3232";
139 reg = <0x68>;

--- 255 unchanged lines hidden ---
132 reg = <0x52>;
133 };
134 };
135
136 i2c@119100 {
137 rtc@68 {
138 compatible = "dallas,ds3232";
139 reg = <0x68>;

--- 255 unchanged lines hidden ---