File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 3838
3939 test_pinctrl: pin-controller {
4040 compatible = "vnd,pinctrl";
41+
4142 test_pincfg_a: pincfg-a {};
43+
4244 test_pincfg_b: pincfg-b {};
45+
4346 test_pincfg_c: pincfg-c {};
47+
4448 test_pincfg_d: pincfg-d {};
4549 };
4650
252256 test_i2c_mux: i2c-mux@12 {
253257 compatible = "vnd,i2c-mux";
254258 reg = <0x12>;
259+
255260 i2c-mux-ctlr-1 {
256261 compatible = "vnd,i2c-mux-controller";
257262 #address-cells = <1>;
258263 #size-cells = <0>;
264+
259265 test_muxed_i2c_dev_1: muxed-i2c-dev@10 {
260266 compatible = "vnd,i2c-device";
261267 status = "disabled";
262268 reg = <0x10>;
263269 };
264270 };
271+
265272 i2c-mux-ctlr-2 {
266273 compatible = "vnd,i2c-mux-controller";
267274 #address-cells = <1>;
268275 #size-cells = <0>;
276+
269277 test_muxed_i2c_dev_2: muxed-i2c-dev@10 {
270278 compatible = "vnd,i2c-device";
271279 status = "disabled";
655663 val = <0>;
656664 status = "okay";
657665 };
666+
658667 test_child_b: child-b {
659668 val = <1>;
660669 status = "okay";
661670 };
671+
662672 test_child_c: child-c {
663673 val = <2>;
664674 status = "disabled";
852862 flash@20000000 {
853863 compatible = "soc-nv-flash";
854864 reg = <0x20000000 0x100>;
865+
855866 partitions {
856867 compatible = "fixed-partitions";
857868 #address-cells = <1>;
You can’t perform that action at this time.
0 commit comments