1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * Device Tree Source for the R-Car S4-8 (R8A779F4) SoC 4 * 5 * Copyright (C) 2023 Renesas Electronics Corp. 6 */ 7 8#include "r8a779f0.dtsi" 9 10/ { 11 compatible = "renesas,r8a779f4", "renesas,r8a779f0"; 12}; 13 14&fuse { 15 nvmem-layout { 16 compatible = "fixed-layout"; 17 #address-cells = <1>; 18 #size-cells = <1>; 19 20 ufs_tune: calib@144 { 21 reg = <0x144 0x08>; 22 }; 23 }; 24}; 25 26&ufs { 27 nvmem-cells = <&ufs_tune>; 28 nvmem-cell-names = "calibration"; 29}; 30