1/* 2 * SPDX-License-Identifier: Apache-2.0 3 * 4 * Copyright (c) 2024 Andrew Featherstone <andrew.featherstone@gmail.com> 5 */ 6 7/ { 8 resources { 9 compatible = "test-gpio-external-pulldown"; 10 /* Choice of pin on the header is arbitrary. */ 11 gpios = <&pico_header 15 GPIO_ACTIVE_HIGH>; 12 }; 13}; 14