1/* 2 * Copyright (c) 2024 TOKITA Hiroshi 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6/ { 7 test { 8 #address-cells = <1>; 9 #size-cells = <1>; 10 11 test_i2s: i2s@11112222 { 12 #address-cells = <1>; 13 #size-cells = <0>; 14 compatible = "vnd,i2s"; 15 reg = <0x11112222 0x1000>; 16 status = "okay"; 17 18 test_i2s_mpxxdtyy: mpxxdtyy@0 { 19 compatible = "st,mpxxdtyy"; 20 reg = <0>; 21 }; 22 }; 23 }; 24}; 25