t4240rdb.dts (9095bf25ea08135a5b74875dd0e3eeaddc4218a0) | t4240rdb.dts (226b9391d1a4e91fe08627f75ebad1c60900dfe2) |
---|---|
1/* 2 * T4240RDB Device Tree Source 3 * 4 * Copyright 2014 - 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 --- 116 unchanged lines hidden (view full) --- 125 }; 126 127 i2c@118000 { 128 hwmon@2f { 129 compatible = "winbond,w83793"; 130 reg = <0x2f>; 131 }; 132 eeprom@52 { | 1/* 2 * T4240RDB Device Tree Source 3 * 4 * Copyright 2014 - 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 --- 116 unchanged lines hidden (view full) --- 125 }; 126 127 i2c@118000 { 128 hwmon@2f { 129 compatible = "winbond,w83793"; 130 reg = <0x2f>; 131 }; 132 eeprom@52 { |
133 compatible = "at24,24c256"; | 133 compatible = "atmel,24c256"; |
134 reg = <0x52>; 135 }; 136 eeprom@54 { | 134 reg = <0x52>; 135 }; 136 eeprom@54 { |
137 compatible = "at24,24c256"; | 137 compatible = "atmel,24c256"; |
138 reg = <0x54>; 139 }; 140 eeprom@56 { | 138 reg = <0x54>; 139 }; 140 eeprom@56 { |
141 compatible = "at24,24c256"; | 141 compatible = "atmel,24c256"; |
142 reg = <0x56>; 143 }; 144 rtc@68 { 145 compatible = "dallas,ds1374"; 146 reg = <0x68>; 147 interrupts = <0x1 0x1 0 0>; 148 }; 149 }; --- 215 unchanged lines hidden --- | 142 reg = <0x56>; 143 }; 144 rtc@68 { 145 compatible = "dallas,ds1374"; 146 reg = <0x68>; 147 interrupts = <0x1 0x1 0 0>; 148 }; 149 }; --- 215 unchanged lines hidden --- |