1/dts-v1/; 2/plugin/; 3 4/ { 5 fragment@1 { 6 target-path = "/"; 7 __overlay__ { 8 firmware { 9 optee { 10 compatible = "linaro,optee-tz"; 11 method = "smc"; 12 }; 13 }; 14 15 reserved-memory { 16 #address-cells = <2>; 17 #size-cells = <2>; 18 ranges; 19 20 optee@8400000 { 21 reg = <0x0 0x8400000 0x0 0x2000000>; 22 no-map; 23 }; 24 }; 25 }; 26 }; 27}; 28 29