Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | |
| 3 | /dts-v1/; |
| 4 | #include "rk3399-nanopi-r4s.dts" |
| 5 | |
| 6 | / { |
| 7 | model = "FriendlyElec NanoPi R4S Enterprise Edition"; |
| 8 | compatible = "friendlyarm,nanopi-r4s-enterprise", "rockchip,rk3399"; |
| 9 | }; |
| 10 | |
| 11 | &gmac { |
| 12 | nvmem-cells = <&mac_address>; |
| 13 | nvmem-cell-names = "mac-address"; |
| 14 | }; |
| 15 | |
| 16 | &i2c2 { |
| 17 | eeprom@51 { |
| 18 | compatible = "microchip,24c02", "atmel,24c02"; |
| 19 | reg = <0x51>; |
| 20 | pagesize = <16>; |
| 21 | size = <256>; |
| 22 | #address-cells = <1>; |
| 23 | #size-cells = <1>; |
| 24 | |
| 25 | mac_address: mac-address@fa { |
| 26 | reg = <0xfa 0x06>; |
| 27 | }; |
| 28 | }; |
| 29 | }; |