diff options
| author | Tom Rini <[email protected]> | 2025-04-02 08:31:20 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-02 08:31:20 -0600 |
| commit | d6cc404b5f8d95b8c84537eac097eb5bcca08d78 (patch) | |
| tree | 26e47988f262fd0b0d9c7107bad3941e6802c902 /dts/upstream/src/mips | |
| parent | 3703298e57c8d749b3c06798f5873562754fb84c (diff) | |
| parent | ab06a533f08effbbaa2de381e61b6b33778b4b5d (diff) | |
Subtree merge tag 'v6.14-dts' of dts repo [1] into dts/upstream
[1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git
Diffstat (limited to 'dts/upstream/src/mips')
| -rw-r--r-- | dts/upstream/src/mips/mobileye/eyeq5.dtsi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dts/upstream/src/mips/mobileye/eyeq5.dtsi b/dts/upstream/src/mips/mobileye/eyeq5.dtsi index 5d73e8320b8..a84e6e72061 100644 --- a/dts/upstream/src/mips/mobileye/eyeq5.dtsi +++ b/dts/upstream/src/mips/mobileye/eyeq5.dtsi @@ -49,6 +49,28 @@ mhm_reserved_0: the-mhm-reserved-0@0 { reg = <0x8 0x00000000 0x0 0x0000800>; }; + + nvram@461fe00 { + compatible = "mobileye,eyeq5-bootloader-config", "nvmem-rmem"; + reg = <0x0 0x0461fe00 0x0 0x200>; + #address-cells = <1>; + #size-cells = <1>; + no-map; + + nvmem-layout { + compatible = "fixed-layout"; + #address-cells = <1>; + #size-cells = <1>; + + eth0_mac: mac@7c { + reg = <0x7c 0x6>; + }; + + eth1_mac: mac@82 { + reg = <0x82 0x6>; + }; + }; + }; }; aliases { |
