1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (c) 2018 He Yangxuan 3 * Copyright (c) 2018 He Yangxuan 4 */ 4 */ 5 5 6 /dts-v1/; 6 /dts-v1/; 7 7 8 #include "meson-gxl-s905d-p230.dts" 8 #include "meson-gxl-s905d-p230.dts" 9 9 10 / { 10 / { 11 compatible = "phicomm,n1", "amlogic,s9 11 compatible = "phicomm,n1", "amlogic,s905d", "amlogic,meson-gxl"; 12 model = "Phicomm N1"; 12 model = "Phicomm N1"; 13 13 14 cvbs-connector { 14 cvbs-connector { 15 status = "disabled"; 15 status = "disabled"; 16 }; 16 }; 17 << 18 leds { << 19 compatible = "gpio-leds"; << 20 << 21 led { << 22 label = "n1:white:stat << 23 gpios = <&gpio_ao GPIO << 24 default-state = "on"; << 25 }; << 26 }; << 27 }; 17 }; 28 18 29 &cvbs_vdac_port { 19 &cvbs_vdac_port { 30 status = "disabled"; 20 status = "disabled"; 31 }; << 32 << 33 &usb { << 34 dr_mode = "host"; << 35 }; 21 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.