From owner-freebsd-arm@freebsd.org Wed Aug 8 18:35:45 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB4F21066713 for ; Wed, 8 Aug 2018 18:35:45 +0000 (UTC) (envelope-from rj@obsigna.com) Received: from mail.cyclaero.de (ec2-18-195-62-44.eu-central-1.compute.amazonaws.com [18.195.62.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F32F8C4D9 for ; Wed, 8 Aug 2018 18:35:44 +0000 (UTC) (envelope-from rj@obsigna.com) Received: from mail.obsigna.com (unknown [191.182.171.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cyclaero.de (Postfix) with ESMTPSA id 192D671 for ; Wed, 8 Aug 2018 20:35:42 +0200 (CEST) Received: from rolf.projectworld.net (rolf.projectworld.net [192.168.222.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.obsigna.com (Postfix) with ESMTPSA id 055831350F91A for ; Wed, 8 Aug 2018 15:35:36 -0300 (BRT) From: "Dr. Rolf Jansen" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Where are the DTS sources within HEAD Message-Id: <9F663B28-C76A-452E-87FA-58C3BD5C294F@obsigna.com> Date: Wed, 8 Aug 2018 15:35:35 -0300 To: freebsd-arm@FreeBSD.org X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 18:35:45 -0000 Hello, while it is easy to find the DTS sources for any of the 9.x, 10.x and = 11.x truncs, I cannot seem to find any relevant DTS source for the = BeagleBone Black within HEAD. The old DTS files used named constants and = had some helpful comments, for example: = https://svnweb.freebsd.org/base/release/11.2.0/sys/boot/fdt/dts/arm/beagle= bone-black.dts?revision=3D335563&view=3Dmarkup &am33xx_pinmux { 34 i2c1_pins: pinmux_i2c1_pins { 35 pinctrl-single,pins =3D < 36 AM33XX_IOPAD(0x958, PIN_INPUT_PULLUP | = MUX_MODE2) /* spi0_d1.i2c1_sda */ 37 AM33XX_IOPAD(0x95c, PIN_INPUT_PULLUP | = MUX_MODE2) /* spi0_cs0.i2c1_scl */ 38 >; 39 }; Only this does not help anything for 12, because everything changed. So, = out of which hell did the new DTS came to light? Best regards Rolf=