p1010rdb.dtsi (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) p1010rdb.dtsi (226b9391d1a4e91fe08627f75ebad1c60900dfe2)
1/*
2 * P1010 RDB Device Tree Source stub (no addresses or top-level ranges)
3 *
4 * Copyright 2011 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

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

84 bank-width = <1>;
85 device-width = <1>;
86 };
87};
88
89&board_soc {
90 i2c@3000 {
91 eeprom@50 {
1/*
2 * P1010 RDB Device Tree Source stub (no addresses or top-level ranges)
3 *
4 * Copyright 2011 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

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

84 bank-width = <1>;
85 device-width = <1>;
86 };
87};
88
89&board_soc {
90 i2c@3000 {
91 eeprom@50 {
92 compatible = "st,24c256";
92 compatible = "st,24c256", "atmel,24c256";
93 reg = <0x50>;
94 };
95
96 rtc@68 {
97 compatible = "pericom,pt7c4338";
98 reg = <0x68>;
99 };
100 };

--- 133 unchanged lines hidden ---
93 reg = <0x50>;
94 };
95
96 rtc@68 {
97 compatible = "pericom,pt7c4338";
98 reg = <0x68>;
99 };
100 };

--- 133 unchanged lines hidden ---